Explorer IconExplorer

Memory Pool Memory Pool Refreshing

17,448 transactions (5.98 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,273 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,297 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,272 (62 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,210 909,210 00000000000000000001ff04572cd4a81af9d36397a7fc69717794cac38f9cf6 1.66 MB 3,190 4
909,209 909,209 000000000000000000017922665cff012512627d80b857f401621c3a0737bcee 1.51 MB 3,458 4
909,208 909,208 00000000000000000000d141571d23fdb298b3b4243bb875a64339be365ae2c5 1.58 MB 3,189 4
909,207 909,207 00000000000000000001e8c2bee87cfbfabf0fc26164532e6e9f8e26e817ab1f 1.55 MB 3,931 8
909,206 909,206 00000000000000000000abf571e2539a747a3de05621e7ce0ca130a7c13671fc 1.34 MB 2,762 2
909,205 909,205 00000000000000000001230d75b4f9e87447dce8bb9423978440d8ec1565cde7 1.56 MB 2,865 4
909,204 909,204 00000000000000000000c367fac9e01e220b0995238ed49f676b6d84126c8a0d 1.53 MB 3,641 5
909,203 909,203 00000000000000000001b79db2613ded979217793a97b10173ccaa19aca58ae1 1.43 MB 3,426 3
909,202 909,202 00000000000000000001d07d126d4645c15ecd9d907216755209e965e237dad8 1.57 MB 4,038 4
909,201 909,201 0000000000000000000022f29733cc423d70acf00ab3798da772b9473f91596e 1.49 MB 4,220 8
909,200 909,200 00000000000000000001ce4d97edbef6e9ca22bc87c084f778fa50853310bc63 1.50 MB 4,368 5
909,199 909,199 000000000000000000010f5909d70da41287ce6805610a1098858822b9652338 1.31 MB 2,080 3
909,198 909,198 00000000000000000000d2ec44f3c0ff0d55ac43329ddb3ac97e9fd930b39f09 1.45 MB 5,148 2
909,197 909,197 000000000000000000004220dc089a4174ac33836b9b038dba0a86c8e3801f78 1.59 MB 4,062 5
909,196 909,196 000000000000000000003380d6d6adc022a3431dde66ce075cd121ec5ae53224 1.52 MB 4,201 6
909,195 909,195 000000000000000000021c464a94ef51ad46d0dcc3eed5cdebda02665505d63c 1.48 MB 2,910 3
909,194 909,194 0000000000000000000144f518b1aa98fefe81ad16c88a647d78c0e933778a47 1.60 MB 2,721 3
909,193 909,193 000000000000000000018a46743517bda319766f6cb5d30cd03c3c6429130616 1.47 MB 3,782 6
909,192 909,192 00000000000000000001fd39c74ef321f75ace119147f1d7c08c6c6b7929df38 1.53 MB 4,389 8
909,191 909,191 00000000000000000001cd36a419efc32be605a9a8dc661f5e4e2d91a7607cd8 1.55 MB 4,424 3
909,190 909,190 0000000000000000000136b1637c484148da071fcef508240571b15c66bacb40 1.60 MB 3,751 4
Previous 10 blocks ↓
Total Size: 772.04 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,045.91 GB sent, 108.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.