Loading Tool

Explorer IconExplorer

Memory Pool

76,140 transactions
28.39 vMB
0.06423622 BTC
Random Selection Loading Transactions
Max Size: 172.13/200 MB

Candidate Block

Mining Attempt 79ee2076d0a0aa5ae60123274b0364ca9986cbca96091b1d94343dd3f64885d6
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 0afb13feb252c6770fc37e5d3dde649ac2614ace8632ad28d9f68f6ee3985073
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,894
Size: 1.00 vMB
Total Fees: 0.00542519 BTC
Feerates: 41.50 > 0.54 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (344,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,887 570,887 0000000000000000000d8e68eafa446a476f9a71b0d23d5763e6f6fa97b59439 2,345 1.00/1.00 vMB 59
570,886 570,886 0000000000000000000a2e6490810b612aa4f4d127252b9ce0047bbc4a58280b 2,385 1.00/1.00 vMB 129
570,885 570,885 0000000000000000000514baf1cd6ea36dec5d475cf4799134a2b5fedfc33c71 2,867 1.00/1.00 vMB 67
570,884 570,884 0000000000000000001bb6c397c107e0df576fdc06ee8ced3dd40b58e9a2feec 2,780 1.00/1.00 vMB 80
570,883 570,883 000000000000000000156e8ee60cfcc44410f7b5c28ce381e35ecfa78bb95d0b 2,606 1.00/1.00 vMB 121
570,882 570,882 0000000000000000001efa5807684987413c51a49075ec74d6588cb019465059 2,119 1.00/1.00 vMB 26
570,881 570,881 0000000000000000001ba6117c438868e2d7673864e18da56ebf9156fc62f45d 2,259 1.00/1.00 vMB 7
570,880 570,880 00000000000000000002f4b39f8e39110a5718cf1bcc8c8728e8a9738659313a 2,462 1.00/1.00 vMB 54
570,879 570,879 000000000000000000253de85186ced656ec6e95ce62a1157c3016ec126464ca 2,451 1.00/1.00 vMB 53
570,878 570,878 00000000000000000027462abe100c42a06e900a1ac7c04bf7fc6784fb8e8aac 2,614 1.00/1.00 vMB 105
570,877 570,877 0000000000000000002bdf387eb476a9619d40861b0afa7574691b60021d0366 2,655 1.00/1.00 vMB 139
570,876 570,876 0000000000000000000f98fa088e652707e33e8e371369be48d32333efce77cd 2,511 1.00/1.00 vMB 102
570,875 570,875 00000000000000000028ae417be839c3228add4c1b0842e59aa9e928483a776b 2,666 1.00/1.00 vMB 55
570,874 570,874 000000000000000000243c38fd128427720a4dbac7460e78d706533fac61bfea 2,993 1.00/1.00 vMB 93
570,873 570,873 0000000000000000001f2ff2fc8a82996af0821a563a1449c3652d6b6d976219 2,609 1.00/1.00 vMB 108
570,872 570,872 0000000000000000001b7860242fb373c98f7d625ec55acc5af32d2be794b823 2,491 1.00/1.00 vMB 20
570,871 570,871 00000000000000000018d38b0ed03ece5fccef30d39d4f7de9295996146bb647 2,521 1.00/1.00 vMB 110
570,870 570,870 00000000000000000004f16eed4c8f5c87310a6b7e4d8180edc7ab7a19152bd1 2,957 1.00/1.00 vMB 74
570,869 570,869 00000000000000000029cdd3eca859fe2b0e58185dd274eed0915d066813c5fb 2,485 1.00/1.00 vMB 54
570,868 570,868 00000000000000000000e80de2c4165bc49e1b966b1c5bc2934355d5bbfacc86 2,558 1.00/1.00 vMB 95
570,867 570,867 00000000000000000005bace452e9fd85823c2b333b5b924c408eda0b582ed1f 2,124 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.40 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.