Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,959 transactions (1.26 vMB)

Priority:

  • 1 sats/vbyte = (10 blocks)
  • 2 sats/vbyte = (5 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
909,910 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,224 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,909 (839,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,184 70,184 000000000083b922ef4a511beb98f0f533d24a1ec98c2a29c3a1defa609a7d87 0.20 MB 776 0
70,183 70,183 0000000000940764af248f7809c1463dc91852bc5b0aff1408083972e0d5580a 0.00 MB 1 0
70,182 70,182 000000000151b23b4ffb093268b5a7a388fccb55c6f28662300be9c958b64b23 0.00 MB 1 0
70,181 70,181 00000000012a03ae35c2c3813887a8bcce095e91a848f09bae7b519acd622b2c 0.00 MB 4 1,351
70,180 70,180 00000000010ca1e4073c868282d21bc4f2c4ce22edde33647cdb4e7e3dbe8f1a 0.00 MB 1 0
70,179 70,179 0000000000e0593e99b0a8f681fee9b0af51d0274e34b9c70277ad7c5cbebd21 0.00 MB 5 0
70,178 70,178 00000000013863de809e476f2fcedd2ff849616172054021d9e6834312c90b72 0.00 MB 2 3,875
70,177 70,177 0000000000c94c83caf8737cc73cfb7810e1a00ba9772afb353e87656d893a9d 0.00 MB 3 0
70,176 70,176 0000000000c0c01217f5bb1cbb7469b879ba609053eba0f5eb18087b3f4041eb 0.00 MB 3 0
70,175 70,175 00000000012734c0e46e7d14f5bab82a9ccd134ffa09173b5cedb07f6c472583 0.00 MB 1 0
70,174 70,174 00000000007fca90e232b0fc5b118a42d1e587206d7da06dae3ab5c5419150da 0.00 MB 4 0
70,173 70,173 00000000004283ffcbf321ed80d3fa2a42e8e0a38f1fdb1d7ddcbb34a0cd1105 0.00 MB 1 0
70,172 70,172 000000000062c3d900560cef6e84911c4b9f17f48a3f4f6cd183f863b1bbf8af 0.00 MB 1 0
70,171 70,171 00000000011e994675adac5d13f4dbf49d3b8238379f7fe6e942d67e496cfd78 0.00 MB 3 0
70,170 70,170 00000000001eb033b5fb0c5395ea8b36528612fc1a5856b793a4f0f2065eece3 0.00 MB 1 0
70,169 70,169 00000000013779ed53ab42a5eecd534ded4cce60ec5be195bfc3635678302d36 0.00 MB 1 0
70,168 70,168 0000000000e98155c8dee7c152ac5cde547205e02088da5658af9f1793beb700 0.00 MB 1 0
70,167 70,167 0000000000d5dcecb68c49cdc7710a149a0be31c03b43fcbf0adc0428a9cd91e 0.00 MB 1 0
70,166 70,166 00000000005d522cdd01407046f6e98f6032f264120e34b4c390d4e5d5d674d5 0.00 MB 4 0
70,165 70,165 0000000000bfa29218a578646b961219c2fcc7317093f16c7636ef3afec31274 0.00 MB 1 0
70,164 70,164 00000000002e1d82909409da5438f3993ce66eed93fdb2232b4049db9ad675e2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.23 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,172.56 GB sent, 114.54 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.