Loading Tool

Explorer IconExplorer

Memory Pool

41,335 transactions
27.58 vMB
0.07221077 BTC
Random Selection Loading Transactions
Max Size: 144.47/200 MB

Candidate Block

Mining Attempt 51b345d3e82d9618d3fcc985a4a98c75d1de8fe7da179f2bd5e0857549ca83e4
Version 20000000
Previous Block 000000000000000000013dd95464f52e03149d186d83b760a679c5196384c107
Merkle Root a40816f82db35cf0f7cdfc4661be8810ca2cf618d404cb412a584d6aa9a88459
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,896
Size: 1.00 vMB
Total Fees: 0.02071314 BTC
Feerates: 150.79 > 2.08 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,865 (492,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,531 422,531 000000000000000002d9a8ce00b293606ecb187a406f045a68411ad7a24ca31d 1,031 1.00/1.00 vMB 33
422,530 422,530 000000000000000001fb4b21fce4d41ea07adff678ac1080fd2d5d3d5f9b08de 897 1.00/1.00 vMB 35
422,529 422,529 0000000000000000036aa24ad53b561c60e11c308d5e4bf1b87023eb12ce3ef7 2,316 1.00/1.00 vMB 59
422,528 422,528 00000000000000000350ac75bea49f2e9aae4ef0c8eea3babcebc82ad0ac21c9 1,819 1.00/1.00 vMB 51
422,527 422,527 0000000000000000034effa2589640a415b4575f2c12918ec9a4f6f2a3459daf 1,765 1.00/1.00 vMB 50
422,526 422,526 0000000000000000014d5718c50e11e70f40326482a6d74ee138850c054b94ae 808 1.00/1.00 vMB 22
422,525 422,525 0000000000000000047650ef2686fd77a609275316d8e1778ee4073529c038da 1,699 1.00/1.00 vMB 132
422,524 422,524 000000000000000002653beb03b3920826ac3c64c5e22293cf99dbf79dcde97f 1,317 1.00/1.00 vMB 27
422,523 422,523 0000000000000000048893a327b626a8d9210f192c51803aa50fa322f49a6f14 975 0.60/1.00 vMB 45
422,522 422,522 00000000000000000412170212ea87bd49561691f2257fb7d4bcf0493a4f4ec6 2,527 1.00/1.00 vMB 67
422,521 422,521 0000000000000000022e2817bb42525f8053831f29eb767a9f32b18c35b0bbe7 2,306 1.00/1.00 vMB 46
422,520 422,520 00000000000000000417ffb2d8ec64170f28caaabfb76a1b7ba05704fd1880e1 2,305 1.00/1.00 vMB 52
422,519 422,519 000000000000000001cfbb4072f2e6192ac3c8acc78353172b2cb80a549cf717 2,958 1.00/1.00 vMB 80
422,518 422,518 000000000000000005063ca60a6e90791d0da6b69e38e57c67d6541b9e1325ab 1,646 1.00/1.00 vMB 83
422,517 422,517 0000000000000000017078cd0d9dbd131b2aa4ac41894875d559e66eac6c11ca 2,061 1.00/1.00 vMB 111
422,516 422,516 000000000000000001be6e3133afcf6ec2e343b756a2eb6bdc14478fe4c00a65 13 0.00/1.00 vMB 149
422,515 422,515 00000000000000000429ca1a4b9578cc793e2c4f194a41e41d36db5036308f4f 2,160 1.00/1.00 vMB 43
422,514 422,514 0000000000000000016b9ff97eec5ed2ed44b833b7fa593dadb98ace6e05930a 1,979 1.00/1.00 vMB 46
422,513 422,513 00000000000000000052236533a6da5bca91b0e7f564fd1d7bcd6b1a9b8d9e0d 2,629 1.00/1.00 vMB 75
422,512 422,512 000000000000000001d4563054004ac901876bff14c5a6a97e01c02664198bf7 1,917 1.00/1.00 vMB 46
422,511 422,511 00000000000000000182f348e2018de8366b65b3807735601a546927f1e6c680 2,663 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.15 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: 652.99 GB
    • Received: 13.82 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.