Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

17,066 transactions (5.33 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 4 sats/vbyte = (3 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,627 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,282 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,626 (832,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,818 77,818 00000000001aa56fb239613629ad004e048b1cfdd34684fcb0730fe38d38f35d 0.00 MB 2 0
77,817 77,817 000000000011fcb367936d51703d5bff909fb5203951185b33e87a9d8f0599e0 0.00 MB 1 0
77,816 77,816 000000000068ecb814851dce4b26b4193d27cfcd034601c0a74931e5d9929231 0.00 MB 2 0
77,815 77,815 00000000004cf9cdd79fa7f5948dca5cb4e941ee40f2ee935c9f94e3738fb336 0.00 MB 2 0
77,814 77,814 0000000000677a4107c60fb5ffd3115b52ee5f1d82b902d899171318b2fa2a61 0.00 MB 2 0
77,813 77,813 00000000001c59f5d970f799487b9aa60d6142f28464afb6408e33e956ee766b 0.00 MB 1 0
77,812 77,812 000000000053c78f138eef95e32337e61bafeb0aa54bf96e637dbce709e5f645 0.00 MB 1 0
77,811 77,811 0000000000317d6eca714ef600b2263c5d2c22505d53609bfb5a60579ba9c6ca 0.00 MB 1 0
77,810 77,810 00000000002e75c5a938bcbef37d90c1d7ae168e5dd286abf74251ba7f0d3ab6 0.00 MB 1 0
77,809 77,809 00000000002e3e0301e2032caae771d500a4483fc200ea0ef72f3d58a7445a2c 0.00 MB 3 0
77,808 77,808 000000000064931b80650bbf3f60f55f6accbd0d7e4f25e9b47cdcc506d95301 0.00 MB 1 0
77,807 77,807 00000000001e13d74d3c3ed6b143554614e53b66a2ea38aabf8ee845f138862c 0.00 MB 1 0
77,806 77,806 0000000000097166caa1e33f68035c02e9292b4a056edee6013599a69949e6f8 0.00 MB 1 0
77,805 77,805 00000000004367ce12fc7d042ad334a246c536c107f74b640a96f467097d63cb 0.00 MB 1 0
77,804 77,804 0000000000657317d74d6c957e566f1ad0855c79123f75be510fc7918202fc01 0.00 MB 1 0
77,803 77,803 00000000005db239fbb35ccc4d5591be266b7bebf5daa7706a55859d212379a1 0.00 MB 1 0
77,802 77,802 00000000005179733f4e4308df60d0a8a4ad950e95d188b4bdbcb0a7db9e4564 0.00 MB 1 0
77,801 77,801 00000000002e9009bfed9d0dc34531290ff6ce9dfe89090462d2f6cd9b435837 0.00 MB 1 0
77,800 77,800 00000000003e57e57f981ff54c6ad9675f7c7023f771e9233f6937d242a31e52 0.00 MB 1 0
77,799 77,799 0000000000161f390c5b6cd850b3f791594c85dbc1fef3fb0a090b5e45bc4f86 0.00 MB 2 0
77,798 77,798 00000000000dbd1ebc00b46f58d5d2920f1ff87fb27da2fdf213f36c9f6028ce 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.54 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,262.42 GB sent, 121.28 GB received

Notes

  • This page updates every 5 seconds.
  • 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.