Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,479 transactions (0.65 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,635 000000000000000000022cb30000000000000000000000000000000000000000 0.65 vMB 1,477 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,634 (842,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,112 67,112 00000000052431df18a5c5f5b81f9d14d58091ea8415051263a43f45c72c2e6e 0.00 MB 3 0
67,111 67,111 0000000004128777c30fcd92afe3304b3c3df76814069d90fad13c450173bbfa 0.00 MB 2 0
67,110 67,110 00000000014778c74f49e2853384daf7e555a2b1722c022b7598dcbade072210 0.00 MB 2 0
67,109 67,109 000000000343b309cc5ae42226adda45522126be37d134dcabbf607510b6c59b 0.00 MB 1 0
67,108 67,108 00000000056639cef5c31f7a67513f6c2829619351ee9d34e06278918c421b64 0.00 MB 1 0
67,107 67,107 00000000050e61e4af4d2429149de06706e98e69272a887e5c1a22686dfeacfb 0.00 MB 1 0
67,106 67,106 00000000006a3a2051afe5a15264f18f9112bfbe0e8169b5a1b0019da0c6040a 0.00 MB 1 0
67,105 67,105 0000000002921f5edc5e817bc29595ba9b57eccc206fe554224902414fa0d2e3 0.00 MB 2 0
67,104 67,104 00000000021ff5557bfc6dbf069459a184b9592079b249475d245e3ece1fcd4f 0.00 MB 2 0
67,103 67,103 00000000047cab4f1d903dfdba34cfd0d03c6231f2f4f5ed8c5d3cb8b5d18aae 0.00 MB 2 0
67,102 67,102 0000000002200fd8d39a6bc886d62e024f13a62b10bab005879c3ff4a327f688 0.00 MB 1 0
67,101 67,101 000000000566043ce186c492d45e91483a86a25e5501971b2fbd323ab65bc0c9 0.00 MB 1 0
67,100 67,100 00000000018443387938f356e2f02472b06aa6b9d238a3eaa1e0723a2cfa10f4 0.00 MB 2 0
67,099 67,099 00000000012c802a32fb0e9e344d55c2f68d63b9de4967d9de9cdec9afbb0102 0.00 MB 1 0
67,098 67,098 00000000004cf7207c707a1539a19ccb96a774e8084f3147f835974c16ae7647 0.00 MB 2 0
67,097 67,097 00000000052d3fdf3a82c63ddf65fdc7fec769c9c5ffb92a01a39207ece89ff9 0.00 MB 3 0
67,096 67,096 0000000003ecc715e2c7b65e3d07e94515e81ce67e6e4dd472c6bf72bfdade9f 0.00 MB 1 0
67,095 67,095 00000000001f946d6c47f9e5eb9ae24cc3abbf6380bf2039ec18a516dd9a0f58 0.00 MB 2 0
67,094 67,094 000000000551a26e8b98765d3b9d8b1df77f87c2d95c616c19960f3b8b27cd16 0.00 MB 1 0
67,093 67,093 0000000004e2ea28be50e59645e6f924b9adf4e623264f72a1a99602e9c079fb 0.00 MB 1 0
67,092 67,092 00000000010d0ce787b64692926fc03fe864887812188b7e6996afe1e77b893f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.73 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,113.99 GB sent, 111.98 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.