Explorer IconExplorer

Memory Pool Memory Pool Refreshing

12,258 transactions (5.63 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,295 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,931 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,294 (856,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,726 52,726 00000000106d9a94c8632a5a5aaaa3657370012ac195434f722a79ec104e079a 0.00 MB 1 0
52,725 52,725 000000000d958331f50b853d521a357200f65a1145d393b65a7493b775fd36b4 0.00 MB 1 0
52,724 52,724 0000000011fa9c890cc1b66efa7abe38c90707b424bde2b5362caf3b38bcf747 0.00 MB 1 0
52,723 52,723 000000000287d6aa261ea5edf85b0f53361c2ced67575d502b844beb61e34d6b 0.00 MB 1 0
52,722 52,722 000000000014ab8154fc0935c49b9f45bd6ffb5606debacb193d29d552f61111 0.00 MB 1 0
52,721 52,721 0000000014d85659818041410cdbc0cd15925853268905c0e2caa016558aa483 0.00 MB 1 0
52,720 52,720 000000000e4b9cd3f31753b1dbfe890e21aa907d1f2ac31ffdb8d1743378ce7a 0.00 MB 1 0
52,719 52,719 000000000b1a1e00331cf734f5a7ee4809f257baccd921e1f32db351250abb65 0.00 MB 1 0
52,718 52,718 0000000014f846c98c2e9719a6a8156a0be81ff26c85fa420e5de1abd2f5ae33 0.00 MB 1 0
52,717 52,717 0000000005a1c6c4149740131bc8289ba09859604edcc77034bf8d937a7e1455 0.00 MB 1 0
52,716 52,716 0000000012ad8b4fdd52ecb4e4201830160c3a2f2212e420cd2ae5b00c665e65 0.00 MB 1 0
52,715 52,715 00000000103e4cd2c96db766afef4da8deece5574a49c9d7ce2eb75fffb3d89d 0.00 MB 2 0
52,714 52,714 000000001326268ff30c64b8491460922a5150b5155cae0ce018717160c3fdf3 0.00 MB 1 0
52,713 52,713 000000001485f0cdb99029a98ab5d7520b5da4bd7107ca41d440c3ce9e1364bb 0.00 MB 1 0
52,712 52,712 00000000091cb9867b5bfc75b3a03e1bd298c19fc9531eb5e89fd0fdc37bc31c 0.00 MB 4 0
52,711 52,711 000000000463d579f70cbb59ba9ef449947fbe4753b2e18fb16d9db2f8d7a70a 0.00 MB 1 0
52,710 52,710 000000000042e8390d68a1986743b5e64ea3b306cb07ac10614db9bdc650a8d4 0.00 MB 1 0
52,709 52,709 000000000b30bf7694c5db0843f5a92bbdcf049dd66731189ee935c967d08b9e 0.00 MB 3 0
52,708 52,708 00000000112422f1c38fb3b0a8f4d072379e3edfae55075c769ecf820e3edaac 0.00 MB 1 0
52,707 52,707 0000000005f8eeeace4434e9bc2ca2cb774cdee140b606652f8464b35711c28b 0.00 MB 1 0
52,706 52,706 0000000007db8eceaf8f8fae16a6bdd59ef2fa43f17c6b43fd2add87c557fbf0 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.08 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,055.10 GB sent, 108.55 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.