Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,903 transactions (1.64 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,670 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,440 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,669 (888,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,505 22,505 00000000f635b60f9e82c733dd1d7f6e74b4a4a7d62063f385cf8ea6913b880f 0.00 MB 1 0
22,504 22,504 000000008164132db6d70606761e314253dd875f167cfc9358dd05640173e547 0.00 MB 1 0
22,503 22,503 0000000073bd1aca5b8081ebcaa3c65afee71512409a2c617cf2b2ed06db81a0 0.00 MB 1 0
22,502 22,502 00000000a838ac02e0ab78cf3907c3f64f8592bc4f3686da3739110969cfebe2 0.00 MB 1 0
22,501 22,501 000000005bc92038f06013da7d75df98867209286ab67653decc3f0ec12af00c 0.00 MB 1 0
22,500 22,500 000000005bc7b8eac15677fd28c393e3271e52c6c30614e9c211c8c7c2815075 0.00 MB 1 0
22,499 22,499 00000000e5a7bba8d5dee37ca58eedadc44a523e15982eb8632f2703d1911a82 0.00 MB 1 0
22,498 22,498 000000002daf504bb261fd2defc11c88f530a002de74d6e7bbe1e084848fad26 0.00 MB 1 0
22,497 22,497 0000000011e0c701ceb9385f1ea4ab7abbd932358daaf4949bf0d4f78efca100 0.00 MB 1 0
22,496 22,496 00000000120513781354614bdc9c3929bb05d82e015dcc108cb6c06511167176 0.00 MB 1 0
22,495 22,495 000000000a46f99ae6c60bcf40709a277b1ec20a53039629102594ccba2d892b 0.00 MB 1 0
22,494 22,494 00000000cc532b396b5349513dc5b2990f5b7a45b9abeecbae0da8ee0ecdf9fc 0.00 MB 1 0
22,493 22,493 0000000091f053157fe3a651aa79f6e458e6d20af01d3fecc03d42c2424a8dfa 0.00 MB 1 0
22,492 22,492 0000000083351e8b451a0f2b91983943bd54382d4dcf615468a1cc66c78aed96 0.00 MB 1 0
22,491 22,491 0000000080f6e5561f22f6f2731bf017fb5ccfc68b1e2678d4ee894ac657666c 0.00 MB 1 0
22,490 22,490 000000008387e9d34790ae6c0d86a61d60c3760d3980d94d31d3284536637187 0.00 MB 1 0
22,489 22,489 00000000dec338d11ca1d44335119b985c60f9860c5c2379f5d2bd126f8edd3d 0.00 MB 1 0
22,488 22,488 00000000798da6491109c67cc9c561eb7dea8b445f10bbd10bde501b04b82815 0.00 MB 1 0
22,487 22,487 000000001af15f096c9ba0da1761c9fd0450fbfc1bae94cb53b684c53d98fb8d 0.00 MB 1 0
22,486 22,486 00000000f95d858eb095833ac0a41a9d63704117a60372c3e630b7e4e9ce7910 0.00 MB 1 0
22,485 22,485 00000000e4d010691c32f31d742cb2475022de326a8c8a8324f88581000419b6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.61 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,285.71 GB sent, 121.71 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.