Loading Tool

Explorer IconExplorer

Memory Pool

76,627 transactions
28.56 vMB
0.06951509 BTC
Random Selection Loading Transactions
Max Size: 173.05/200 MB

Candidate Block

Mining Attempt f23b4e8cbd20c979516353cacff2e09ac1ba8d6fcc10c45e7c343efc29482862
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root a7627cd1f275ec151c6ad0308fe208f6bc8414376a5c856125d458ba5cfb7b64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,629
Size: 1.00 vMB
Total Fees: 0.01009329 BTC
Feerates: 71.79 > 1.01 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (795,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,685 119,685 0000000000002b44ce0460f65b0e4c40f935c219cc2e5853c16154cca58e7cf2 7 0.00/1.00 vMB 609
119,684 119,684 0000000000002d99bcd6bc1a5e69d3cd3c73aabf27d65c24eb0b270c91d2f0af 6 0.00/1.00 vMB 705
119,683 119,683 0000000000007f1ed92e95c228ce537e30dcff0223c4cec411dfe21f25b230fe 13 0.00/1.00 vMB 601
119,682 119,682 000000000000386f0dfec0d7fb378e6bbf7da749c9250748e160bdf80d0278a9 8 0.00/1.00 vMB 0
119,681 119,681 0000000000002bdefaabca7de8321d7cf69e604afce7386abde3d043f8cc2061 13 0.00/1.00 vMB 498
119,680 119,680 0000000000007f633fc889ef7449cc16e7274238f7f932dd1fe67241323c4dc1 21 0.01/1.00 vMB 1,332
119,679 119,679 0000000000002662273b4beafe908032ceba3fd15c0410535c1ee0b53c3c9d80 11 0.00/1.00 vMB 327
119,678 119,678 000000000000469e8af530b3361e863710802432a9410f8fa1c161be589fc623 13 0.01/1.00 vMB 193
119,677 119,677 00000000000016263fb85f2fd9656572c9a3a9fd6e3366d5c752b5c5e7632438 12 0.00/1.00 vMB 0
119,676 119,676 0000000000001be76266d1f470acec0dc674500056f68cdc11de98bba3dd603f 2 0.01/1.00 vMB 1,243
119,675 119,675 0000000000003098f695ff8b01f30f97c95a563268660c145642bfc958fc0098 17 0.01/1.00 vMB 1,104
119,674 119,674 00000000000037ae72ce5ee5741d3381c18d4d2aaefd4dcbd1b91fc01453bd77 3 0.00/1.00 vMB 3,875
119,673 119,673 00000000000030e8a803c228353223bc72ece81c38a7af816b1077833b8ac5c1 10 0.00/1.00 vMB 308
119,672 119,672 0000000000002b1975dac63f5b1e3d7b6c51387d8ebcf941a932beca6403beb8 11 0.00/1.00 vMB 889
119,671 119,671 00000000000044c975533fc3691555ea643c2c0ce786a2c762f72b84cd58f29c 13 0.00/1.00 vMB 821
119,670 119,670 000000000000a323c19b53950af1e54c41f1993002e4fca53dd6b72c078d0df0 13 0.01/1.00 vMB 816
119,669 119,669 0000000000006a53c236fa2a80ac060e6b1900102b2af5d1ff3e55f802c34892 9 0.00/1.00 vMB 309
119,668 119,668 00000000000041c87b6a189dff5a49b930c899816365b9060db007f595ea40c5 37 0.01/1.00 vMB 2,775
119,667 119,667 000000000000a725b8ca060abd5b8d8ac5011de01e31554cb8568cd94a9bf657 10 0.00/1.00 vMB 0
119,666 119,666 00000000000026d9d655618b4c4b4aeb1ed22aff77b7120a8b7e009ed13c99a9 11 0.00/1.00 vMB 0
119,665 119,665 0000000000003e127d10ce88b5da8b479d240e443376fcfced851fdbd52ee97c 11 0.00/1.00 vMB 645
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.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.