Loading Tool

Explorer IconExplorer

Memory Pool

75,285 transactions
30.81 vMB
0.09593923 BTC
Random Selection Loading Transactions
Max Size: 180.90/200 MB

Candidate Block

Mining Attempt d0fd2e495443ce2f1927234486742f7a0c76a1086b892ee08d802ae98b24c0cc
Version 20000000
Previous Block 00000000000000000001b6bcfed7daef6070e84e65a71f9eb69c8b48ca4d4960
Merkle Root e04dd49f5b4b9758dbad0c474be1eb18cdd4efe9da8290d1f4f6d0a890285360
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,023
Size: 1.00 vMB
Total Fees: 0.01746392 BTC
Feerates: 301.35 > 1.75 > 1.04 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,425 (49,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
866,377 866,377 000000000000000000010586cf008fa0993d3b2a334b7ca05f6f287e0819d766 5,536 1.00/1.00 vMB 8
866,376 866,376 00000000000000000000440d0ff14e80de9dc08009be7c645a47cf6b1c60764b 5,968 1.00/1.00 vMB 8
866,375 866,375 000000000000000000029cc4affd97af525b79a8b5d6721cecbb2cb051d32616 5,098 1.00/1.00 vMB 8
866,374 866,374 00000000000000000001db85e1c85fc2e595ff803f1c88fb9171c6ae098a20cb 5,403 1.00/1.00 vMB 12
866,373 866,373 000000000000000000004db17938fb0b92f7c69d888f352f7a79a0089b027227 3,577 1.00/1.00 vMB 8
866,372 866,372 000000000000000000012d89b2d09b902214810a9d9695fd25b4d6a8cf299a6e 4,328 1.00/1.00 vMB 5
866,371 866,371 00000000000000000002694a2ce5fc9dde6011338c7f8e19234abe7690c31bdb 4,272 1.00/1.00 vMB 4
866,370 866,370 0000000000000000000056e752607d7034d97d0b9c024e6f37b219cb5860ab2c 4,038 1.00/1.00 vMB 4
866,369 866,369 0000000000000000000239d1dbf63085e97bd7e5e2b066d0a710c16c43cfda01 3,587 1.00/1.00 vMB 3
866,368 866,368 00000000000000000000a0fa65693a2d5dcfdb307b72a74b68f192a4b8a5ebc6 3,766 1.00/1.00 vMB 6
866,367 866,367 00000000000000000000cb2468519ab9587b093da7d774bd037768e36fd5a52c 4,442 1.00/1.00 vMB 10
866,366 866,366 000000000000000000023aa9ecf56ac00d9a24c6481e9aa81b32bae2f8063c57 5,161 1.00/1.00 vMB 10
866,365 866,365 00000000000000000001f17445c4f78513643d3f289b4e15070ad2828562687a 3,120 1.00/1.00 vMB 8
866,364 866,364 00000000000000000000b28270f1b3cf6a331cd229653e3a7cf863f5ce022c50 3,887 1.00/1.00 vMB 10
866,363 866,363 0000000000000000000049e9e1f5658227f994be47b11e4448f0123622e4e68e 2,637 1.00/1.00 vMB 5
866,362 866,362 000000000000000000021406fd3f1ef983154842244c3ed95fb3c13c13b6c6e3 2,936 1.00/1.00 vMB 7
866,361 866,361 00000000000000000000183fbe02de43b31e78dd2a9e91bfa1425e627223e4a3 4,263 1.00/1.00 vMB 10
866,360 866,360 0000000000000000000129c05611bfe0ead15ae6b394d338af615db52bac1db7 5,104 1.00/1.00 vMB 14
866,359 866,359 00000000000000000002e43ce11c0031049c6d7836263dc8dc9080d3558b9833 4,477 1.00/1.00 vMB 11
866,358 866,358 00000000000000000000bc367f923af964f0e66d273ea732d7bf69060986745f 5,924 1.00/1.00 vMB 19
866,357 866,357 00000000000000000000eccda48ba0511d37699a767a165196fab74df247e74a 6,389 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 783.12 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 739.09 GB
    • Received: 18.62 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.