Loading Tool

Explorer IconExplorer

Memory Pool

76,605 transactions
28.55 vMB
0.06935293 BTC
Random Selection Loading Transactions
Max Size: 173.02/200 MB

Candidate Block

Mining Attempt 9de1debab4fb5626b19a4c77dcafa8a8e1110b178ee50555976ac4ad5deaf552
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 (287,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,582 627,582 0000000000000000000e8ca090d700764f8de4c2c4805ed3fd361c6e28a61c78 1,889 1.00/1.00 vMB 7
627,581 627,581 0000000000000000000801bdcc0c5ececb2bbdcd96e4551223afe56123817528 1,498 1.00/1.00 vMB 10
627,580 627,580 0000000000000000000f42c72d518c09b9978cb486516af5b93407484a59eca9 2,724 1.00/1.00 vMB 20
627,579 627,579 0000000000000000000799a42b0503ae0e22301cdade4cabd22fbb24628fb24c 1,651 1.00/1.00 vMB 17
627,578 627,578 0000000000000000000c90ff4cb2882ec54c4981786bc5328e24b7834a2dc8e2 2,649 1.00/1.00 vMB 15
627,577 627,577 00000000000000000011308f7d3e496f6249544688d93fbe3f805580ac977427 2,788 1.00/1.00 vMB 34
627,576 627,576 00000000000000000009301b847e515c0654b3fcf9ac7ac07c0a7f642b507dc2 2,993 1.00/1.00 vMB 34
627,575 627,575 00000000000000000008df0e259635ee45684783d907a7f2e51b2445709f5e7d 2,950 1.00/1.00 vMB 22
627,574 627,574 00000000000000000009efda8d2a0edde3f27c22c5f4131a18a22682588e8c0e 2,732 1.00/1.00 vMB 35
627,573 627,573 0000000000000000000b356dc5c7c95b225452ad1cdc2efeaef78173c65d14e4 2,639 1.00/1.00 vMB 35
627,572 627,572 0000000000000000000e33674b13a55b7465a6bb14cb410c2cc61d5a9dafbcad 2,320 1.00/1.00 vMB 28
627,571 627,571 000000000000000000108170ccf46a34f0fc54772ba75745989f3bba445911b2 3,049 1.00/1.00 vMB 44
627,570 627,570 000000000000000000026123c99bedf122c020bee207c3b36eaa0cd7cc66507b 1,995 1.00/1.00 vMB 41
627,569 627,569 0000000000000000000e358b9b62bef35e6edea444486454d6c1bf69802e5e9e 1,700 1.00/1.00 vMB 18
627,568 627,568 0000000000000000000ef75ea4005e33ab11c4cbfdf328e5f29f6956f1b68c4f 2,402 1.00/1.00 vMB 27
627,567 627,567 000000000000000000097e1bf2e28ab71bde3ebe720ceece4d359fb4db8eb308 2,817 1.00/1.00 vMB 40
627,566 627,566 00000000000000000000c9cafb70e5ac43424517c1421bc4189a2aa3fd5fd264 1,645 1.00/1.00 vMB 72
627,565 627,565 00000000000000000000ba9224d3313f25eb53e8d914d27e668ea2ee933fc956 739 1.00/1.00 vMB 4
627,564 627,564 000000000000000000044b55476212d92ac3888e9ffdb98b3baeffd957425ce9 2,868 1.00/1.00 vMB 20
627,563 627,563 00000000000000000002155c04c4ffc1a8cbd21bc2d48c37042052fb8cf0722e 2,669 1.00/1.00 vMB 17
627,562 627,562 00000000000000000006cb26e0d126dfcd6440e78581a1eaa5e7a80fe112c731 2,846 1.00/1.00 vMB 24
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.