Loading Tool

Explorer IconExplorer

Memory Pool

44,410 transactions
27.42 vMB
0.07228941 BTC
Random Selection Loading Transactions
Max Size: 144.49/200 MB

Candidate Block

Mining Attempt 8d0c5035e41a1d7cda3414a1d2d9b0cdde6f9956318f1a56f8c6b300502ba857
Version 20000000
Previous Block 0000000000000000000020e9d45e9150f859cf8f43ad3ec471b266bd49e0d4b1
Merkle Root 8b22f097988b97b22e492f1f46d86e2be913a7c752a1335dfe6066ca16473d17
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,595
Size: 1.00 vMB
Total Fees: 0.02087819 BTC
Feerates: 170.94 > 2.09 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,900 (792,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
122,536 122,536 0000000000000726f37e46908c2e0b9576de2ca177f7d2f07506b5a6d0d801f6 9 0.00/1.00 vMB 615
122,535 122,535 000000000000178b4fc0ec967213c5d25f258ddd0ad098de2730f1ff59aec36a 10 0.00/1.00 vMB 0
122,534 122,534 0000000000007acdc35aae9925b219d228675fff2fbc5d2d02dbd880772879b3 33 0.01/1.00 vMB 2,281
122,533 122,533 00000000000077854347952246fc0bac1cf9202e186c9df39419981e2954138f 8 0.00/1.00 vMB 287
122,532 122,532 0000000000002da87139e31c751ac4c6b3017551cf19b42e75c0500be931278e 22 0.01/1.00 vMB 427
122,531 122,531 0000000000003c200d9a00400891d637c8713897d57d36d40311ac6e658d60bd 3 0.00/1.00 vMB 4,149
122,530 122,530 0000000000002648b97aee613a9b331e5e482a6209a92f1280cace2e1e534d5f 15 0.01/1.00 vMB 0
122,529 122,529 0000000000004496208d804ba80baca05521a2a24bfaede5d61888f00483e402 1 0.00/1.00 vMB 0
122,528 122,528 0000000000006f49e5b9839b059e3b10b6a0ee01cd7076328d0153cce33402d3 1 0.00/1.00 vMB 0
122,527 122,527 0000000000008119189290e362ccbba17c61b7682b0c92c3c5197f0b3d5a2011 1 0.00/1.00 vMB 0
122,526 122,526 0000000000007f3c9e8590fb5bc590326922759e402f24da0a653239b20dd824 5 0.00/1.00 vMB 0
122,525 122,525 0000000000008a47848f2bb04a8801495ace94b06cf2c018ef1e2e2867888e79 9 0.00/1.00 vMB 0
122,524 122,524 0000000000000ae1fbd3d19bc939187a1435b102940dc40f5a3391f4d8a321fe 11 0.00/1.00 vMB 0
122,523 122,523 00000000000025c69d9478836003caf779acbeebcf422b6fa6381c4ce20f9d78 13 0.00/1.00 vMB 0
122,522 122,522 0000000000001260323f9bac5739b75ba728978bb6ecf3d81053d82096328ef9 5 0.00/1.00 vMB 0
122,521 122,521 0000000000003a7b3b7aed43e88453b523194b0ca3ade42f5fac1b33cddfd108 7 0.00/1.00 vMB 0
122,520 122,520 0000000000001728bacd66402b00b55ac8ebb2b5af38f344bf5318688e3ed2e6 11 0.00/1.00 vMB 662
122,519 122,519 000000000000671c623443a9eab4cdf96f27afe0a8dcac47b51029fb59cb6552 17 0.01/1.00 vMB 1,174
122,518 122,518 0000000000002f0aa0e58d37f908f29fcaeef87f785fd849499278c14611fdaf 9 0.00/1.00 vMB 0
122,517 122,517 0000000000000e517d3315a2185c50a1fd3d66eaff8f2bec7a2680209bb4ce33 12 0.00/1.00 vMB 539
122,516 122,516 0000000000002a0db1c9c2a6d35d761c668064e61d8ac831b96ae35edd8c6bb6 17 0.01/1.00 vMB 780
Previous 10 blocks ↓
Total Size: 782.21 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: 654.41 GB
    • Received: 14.14 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.