Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,807 transactions (1.01 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,370 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,762 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,369 (868,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,445 40,445 000000006251545b531504832ef7b9faa74b38a44592661e3d1fa80b01cab352 0.00 MB 1 0
40,444 40,444 0000000012ee7d0459beb60f3b6c77ec6b7dcfea98886168d9c996ae9655090f 0.00 MB 1 0
40,443 40,443 0000000016cab9b56f95bc09bcfbb3a34e6c383e2522acb42b344701e08e3c3f 0.00 MB 1 0
40,442 40,442 0000000001051113a059db132b1d45bd74f7ce9889fe167ee2ad7588a0bacb6a 0.00 MB 1 0
40,441 40,441 000000003044fc8334a853a27b3449a8f7a682cbb0cd1392836d90fb57f46d5f 0.00 MB 1 0
40,440 40,440 0000000047b53affeb3923aa9ea81ec9760a208b6b3fa53eb4747a7235c5c921 0.00 MB 1 0
40,439 40,439 0000000010e0396754362bc0553d35f4e45a915b69031d20b030ba4b2415a169 0.00 MB 1 0
40,438 40,438 00000000537399408d65d658f6a966b32d85fc697c77d01bce136c75155e854b 0.00 MB 1 0
40,437 40,437 00000000101a768b16a224f41c799f6101cae85709193266428fd8f482218edb 0.00 MB 1 0
40,436 40,436 000000004ca91afc49f0134cdc6d6e6a2bfbfc207c5ba30a59655c2f20a50997 0.01 MB 2 0
40,435 40,435 00000000527720004a021b4e9da7274df83919345ff1f7b93ca2cc2119857b5c 0.00 MB 1 0
40,434 40,434 000000004c30e9cd4af372ef5a21f01a26fb738db853813bae0eac54dd176b1d 0.00 MB 1 0
40,433 40,433 00000000093a11f5632de51cfbac552772a76542a6b5567519bf87f69bb972c3 0.00 MB 1 0
40,432 40,432 0000000037aeebc1e8b82bdf4bda52887cd069e6ca3dce6487142f58a8529aec 0.00 MB 1 0
40,431 40,431 0000000014df6f5cb1fc7d2add40966baba8a05d5c90891bf9c49b4622e611f3 0.00 MB 1 0
40,430 40,430 000000005ae82d4fdf8cc88492efbd54a850d3af98587e72dd74b26f959f04e2 0.00 MB 1 0
40,429 40,429 00000000510869bd6bc1ce6e404f42594209bae87d947d429872a9b1f294de9c 0.00 MB 1 0
40,428 40,428 000000002901303c16c0fd95ce8ead757a85b4850c94354c7918563b7e5f24da 0.00 MB 1 0
40,427 40,427 0000000038730c07b43d721d1a19112c24021010b0634bc8792762beb16013ba 0.00 MB 1 0
40,426 40,426 000000006233e815db0a59b085d44529d479d113a4bc97bba95e9d172e5e1e9d 0.00 MB 1 0
40,425 40,425 0000000040a6ba5faf03283939b865e5d78e1c1728a1db79e27a4802ddd0a845 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.22 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,068.67 GB sent, 109.27 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.