Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,226 transactions (1.23 vMB)

Priority:

  • 1 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
910,512 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,461 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,511 (838,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,512 71,512 000000000025de3dc73f0445efcd4dae465801813dd44d6918c2d254ef21b29f 0.00 MB 1 0
71,511 71,511 00000000007c0fdf0fd65f94adb5968ad7278f691f03ac09bd29f53d6c80cb1b 0.00 MB 1 0
71,510 71,510 0000000000acc2cbb60c8aa135c4e9efe4b6bbdacee1a8afdec9974d5e9ad3a3 0.00 MB 1 0
71,509 71,509 0000000000ab6f5971a54323934352c1e5946e653710692555d1b35bfe60609c 0.00 MB 4 2,590
71,508 71,508 00000000006a917e2ace085fe0126e1b8a2fbd5d43450ca0fe9c3108478a7407 0.00 MB 2 0
71,507 71,507 00000000010af1e29f0300aad2e3ce8472d057076105e63426ded68bebd10ba8 0.00 MB 1 0
71,506 71,506 000000000012fbe90afe6fee43879e652e032638c880f975f16f2d56bba8f793 0.00 MB 1 0
71,505 71,505 0000000000058f15125d01bf27eab792decb5323040195d263dd44a90a33795c 0.00 MB 1 0
71,504 71,504 0000000000db6f93ad5ca460e5869053e9b33295c837f0e7c358a49e47b95dac 0.00 MB 1 0
71,503 71,503 00000000007cf939e267c1001bd3128a9f383f7cce62943267203615a41b5339 0.00 MB 1 0
71,502 71,502 000000000040dc4f3291b78c747a5b528865ed17abe1377d74343444797905c9 0.00 MB 1 0
71,501 71,501 0000000000c6144ba8e9d025f70ffaf7f6c2ebc507ffea9d22ed77b98cde3457 0.00 MB 1 0
71,500 71,500 00000000007395951552c84e7527b1883f0c6416cabc75f4ffaf181e21c22a50 0.00 MB 1 0
71,499 71,499 00000000005acd53024b4bdee626efe9dda8d0969cea8a20b0a8df2314937ddb 0.00 MB 1 0
71,498 71,498 00000000002e16f568c4452ade6db3c1b49706084c6545f343c010eca1d595bc 0.00 MB 1 0
71,497 71,497 00000000007ab39f7d14ae0779995dfe398c2e26d4e186af1d6ecfa9c418539b 0.00 MB 1 0
71,496 71,496 00000000001a7146309332704950266dec4a8d1b02d0f7d4a461086ab78872d9 0.00 MB 1 0
71,495 71,495 00000000002160ad3fbef30b77bf1434dac4bb707abf51c0b6b960e1d1fb2252 0.00 MB 1 0
71,494 71,494 00000000000ffdf56ce5e8202c67b852d363100221181d678fc1c9199ba95407 0.00 MB 1 0
71,493 71,493 0000000000b7a307c0a54a0b04547f5337d99d8e2d9d6e3d9f515f4301dbf7bd 0.00 MB 4 0
71,492 71,492 00000000004e7c3735181c5fee0fae740d813c8f224331801da24d668d73d3bb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.33 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,244.62 GB sent, 120.24 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.