Loading Tool

Explorer IconExplorer

Memory Pool

42,647 transactions
17.10 vMB
0.16633992 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 98.39/200 MB

Candidate Block

Mining Attempt 5b30744421712487b74d4ea63ec79655e9d23cc285177b2f8081fec6659d1332
Version 20000000
Previous Block 000000000000000000020ba0b0f97ade18a7734e70bffe99fde86a5e317db4cd
Merkle Root 0208953eb1277d0eb548bdf510381c8ba86f5b202ccfb9b4e939d2bc53373708
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,582
Size: 1.00 vMB
Total Fees: 0.05901706 BTC
Median Feerate: 4.82 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,314 (698,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
214,921 214,921 000000000000046c76169590154d719afc1a56e8c60a98e70db6eb22fcf1844d 364 0.13 vMB 186
214,920 214,920 00000000000001e9868eba7cd5a9a2398b61b80ff55aac6f3172cf224c14d571 121 0.03 vMB 176
214,919 214,919 00000000000001b8c77eb519a2c6bf2af4b8f4db97c20bae9384cadbec60ebdc 789 0.29 vMB 104
214,918 214,918 000000000000003de4902e223b1dd5e68aa95448d897e878db6c565542a0a492 289 0.11 vMB 254
214,917 214,917 000000000000025c5328910145482529a146a2f6f3ffbac895c1e9000427259b 362 0.17 vMB 155
214,916 214,916 000000000000018809532a27073be3d0bc4dface33150139328255d77e63ad9e 563 0.25 vMB 145
214,915 214,915 00000000000001bf91c9901fc53722adff78e40d41fd8168ddd988dbb6c01ca3 578 0.26 vMB 177
214,914 214,914 000000000000047e498ef523f2a02aa4291c659215ad2aee47bf59e4515c3ecf 106 0.06 vMB 116
214,913 214,913 00000000000000dc75dc1585e813a029186237610f451920a59d29c6d829d09d 492 0.21 vMB 172
214,912 214,912 0000000000000193389415f4818a4bd77dfab604896bae1891d85d47d4b8a71b 889 0.43 vMB 170
214,911 214,911 000000000000056cfb4b625e25d0255d61a157cd5d18146525274080d8690a22 836 0.25 vMB 284
214,910 214,910 00000000000000f03d1dd8af46c22a29724cacfce8aee07aeca8ee337c77aa06 512 0.21 vMB 214
214,909 214,909 000000000000059d3a3acc233dbdbd8e908fabcbfbcd36cd213623ee807af520 555 0.24 vMB 192
214,908 214,908 0000000000000342dd734187e4548612bdcca83a4e0710a1e534c4b5befb5fc8 78 0.03 vMB 252
214,907 214,907 000000000000040d4c55e29e3cb5870d1eda2ec49a8abfc0b38652029b7782bd 91 0.04 vMB 172
214,906 214,906 00000000000005593894729375bd282eddb3029eab947d8bc523b6c706785257 163 0.08 vMB 186
214,905 214,905 000000000000055869ccb9521f3f867be40a4a9f2006252b869dad0ee9e502b6 339 0.16 vMB 167
214,904 214,904 00000000000004b894b7463068a66a553f85bc2e2567f96d0f2302a4cb2680aa 372 0.14 vMB 219
214,903 214,903 000000000000019c2028d403aa35c08a63617510fb89fa9346e493166efed5be 306 0.13 vMB 217
214,902 214,902 00000000000001d4eba03402a50cff6630a9c49dc408687d8450f9763ec3ad6a 62 0.02 vMB 23
214,901 214,901 00000000000004bc72629381fc71832278f0e7dfde7985b0d0c9056811a21f53 581 0.25 vMB 168
Previous 10 blocks ↓
Total Size: 779.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 82
    • Outgoing: 10
  • Data Transfer:
    • Sent: 92.56 GB
    • Received: 0.41 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.