Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,701 transactions (1.22 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,956 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,027 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,955 (192,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
719,157 719,157 00000000000000000005c4e697031373c7539bc212092a9ae062720a63acab24 0.04 MB 116 13
719,156 719,156 0000000000000000000ab92f7f63767b535998f7a098d747ca9335c468bff659 0.17 MB 219 6
719,155 719,155 00000000000000000002e0ee0ea555b878602c475aabcd51bcbf908753bb5c18 1.54 MB 2,297 5
719,154 719,154 00000000000000000002872be49b02a36a5278b44d110d571506e9d54d98bd0a 1.47 MB 3,311 9
719,153 719,153 00000000000000000005a2d0f0331ee9ad1013ee5b38839288303c7659e1812b 1.09 MB 2,155 12
719,152 719,152 000000000000000000025488f3d8b816bf9646c260c719d4e75b057cb3b86d8f 1.73 MB 1,161 3
719,151 719,151 00000000000000000006626eea706ee4de7f2fcd5385682d0ef999620929537e 1.34 MB 602 2
719,150 719,150 00000000000000000002a0426c45a9b21b1dffc072260579f38aa439a2bf6cfd 1.85 MB 253 1
719,149 719,149 0000000000000000000abc02e2992e1f6db327274e47dca4b5427f94b099b735 1.74 MB 1,010 1
719,148 719,148 0000000000000000000482436ccd62ff60d07f8e2afb6dc6670408f1ce76006a 1.54 MB 2,214 26
719,147 719,147 000000000000000000081d9899ae049533f25d26a0c53cd1e208cce3d6cd8586 1.41 MB 2,119 5
719,146 719,146 00000000000000000002645a84d27269e6c079cfa8d5cbf45b7f221d7cae5c66 1.60 MB 1,701 5
719,145 719,145 00000000000000000000c92b71e0b03056d65e5aabee59e8a29b3955ed45c961 1.72 MB 1,010 3
719,144 719,144 000000000000000000029a879ac66d0166adeeff5de3b5baadedbbc6acde45fa 1.81 MB 624 2
719,143 719,143 000000000000000000027352d88f0ea390d4831542e65996e5c38769a16f4116 1.75 MB 526 2
719,142 719,142 000000000000000000034d73e352323b81614f39c03e68532092bb4f88200143 1.61 MB 1,099 3
719,141 719,141 0000000000000000000334d4f547299a8efa99e60d7021842808639b701be15a 1.63 MB 1,320 4
719,140 719,140 000000000000000000083f06158b46da05206696ba0d9f53f44242bd80b442d3 1.54 MB 952 2
719,139 719,139 000000000000000000042e48f69085ecaef09dd76f1aa591eee7636c61901a2c 1.42 MB 1,409 5
719,138 719,138 000000000000000000052ae37b712e6d9ef6407228c472c86e4efd3d989b29e2 1.79 MB 171 1
719,137 719,137 00000000000000000001ba2d41fdcf13fa44e11073d8de982b994a218f65075e 1.23 MB 1,001 3
Previous 10 blocks ↓
Total Size: 777.00 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,496.21 GB sent, 133.46 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.