Loading Tool

Explorer IconExplorer

Memory Pool

81,102 transactions
30.68 vMB
0.15250349 BTC
Random Selection Loading Transactions
Max Size: 183.72/200 MB

Candidate Block

Mining Attempt 84fd154dcb916a4ffa6de9fdff6c9e7927f98cbf811031a703758545a94e213b
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 4e51d212a0b37a8c5f8d8e20cbaf71dfc201706f830cbc98d9ddf583723dadd7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,249
Size: 1.00 vMB
Total Fees: 0.05353422 BTC
Feerates: 673.02 > 5.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (462,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
452,816 452,816 000000000000000001d5d5de3ef40c2c3350e47fd5b4a2377e206c2f702f7e6d 2,502 1.00/1.00 vMB 70
452,815 452,815 000000000000000001885372ff0f8c9846d58406e6d1ed065c102aeb49ebd917 1,546 1.00/1.00 vMB 81
452,814 452,814 000000000000000000ad951f433dbb1db10912e30d5e4e287f8ad5790ba80ef9 2,081 1.00/1.00 vMB 110
452,813 452,813 0000000000000000012524cd54d26ff43f187af8ebf98f3051e636a2e0a42b25 1,769 1.00/1.00 vMB 103
452,812 452,812 000000000000000001f7bc6296642b1329dac11e511eaa995b53be68884e0dc0 1,468 1.00/1.00 vMB 92
452,811 452,811 000000000000000001728ad423fd460229acc9f0fad14883b00b324a8269bbdf 2,890 1.00/1.00 vMB 194
452,810 452,810 000000000000000001bcf668cf534b389ec474984266b772e396abde4b38f4e7 1,207 1.00/1.00 vMB 77
452,809 452,809 0000000000000000007d6b5971429319d5a11276c8202b52e92b2b0d8659f045 2,874 1.00/1.00 vMB 128
452,808 452,808 000000000000000001636f48e7e5fbce9bc085e5b9aed24ca823ab9e2ef665c7 2,180 1.00/1.00 vMB 88
452,807 452,807 000000000000000001269427e79e3d40622c0323f5473f83c6c4f0f48e2f15f5 2,218 1.00/1.00 vMB 68
452,806 452,806 000000000000000001436239cf4d38a477fa7a2979221760627eb46b3b75c34b 1,981 1.00/1.00 vMB 73
452,805 452,805 000000000000000000da93bba13e1e589627ac9b8a71ab9e9a16e43fad7d207f 1,741 1.00/1.00 vMB 118
452,804 452,804 000000000000000000895a3620f8ad2b7853d09821e5f85ee951f914f64f3d8d 2,179 1.00/1.00 vMB 89
452,803 452,803 00000000000000000056b13749e0fc4fde9920fe4882ca5594519a61f1d7e2e7 1,655 1.00/1.00 vMB 80
452,802 452,802 000000000000000000717dd816fd5ec262069ff55fd03527a5d3956ae71075c3 1,511 0.63/1.00 vMB 111
452,801 452,801 000000000000000000bd2ffecd54d51138cf8c825855b1a50d0bf84065a5b855 2,741 1.00/1.00 vMB 119
452,800 452,800 00000000000000000294e8d566d006a414d93c946da96748dacac3edb42e7f76 2,124 1.00/1.00 vMB 111
452,799 452,799 00000000000000000227b1e393025817e650077113dc6cfec3d88f87e0fe16ef 416 0.61/1.00 vMB 25
452,798 452,798 0000000000000000011bfe43b54b5968b9e6c1f06a2149312c95d79e049605c8 1,125 1.00/1.00 vMB 50
452,797 452,797 00000000000000000023f3f6ea2150dcf36558bca3bbf65ec7871484fb1808fc 372 1.00/1.00 vMB 15
452,796 452,796 0000000000000000012d2b750551a8a4558fb6fce7a6d8e3bdc8d340cc95a26f 373 0.18/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.86 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: 713.06 GB
    • Received: 17.29 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.