Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,617 transactions (2.05 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,624 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,129 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,623 (889,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,048 21,048 00000000c6bbeba0e26a5b0c4da7fe7abf36b3d8f16275c3cb09cb0842d937db 0.00 MB 1 0
21,047 21,047 00000000e8de7ddbc2a1c350394ef7ae768ecbce82c9bc05fd2f732229f25f22 0.00 MB 1 0
21,046 21,046 0000000067bf5253f5525f84e4174e0291cebc8bbba533b492e4b5a5d3142841 0.00 MB 1 0
21,045 21,045 00000000f1a3da1983d0ba8bf79d9335b65009088c085a81fc93786820b4178c 0.00 MB 1 0
21,044 21,044 0000000001e8b1e7b100a8c6b3003483e63db7bf4804fb4c3a7f4e83c25c7ae7 0.00 MB 1 0
21,043 21,043 00000000cf19065c5fb6859d26f1bcc26cbdb92083a613beb38a43925c66740f 0.00 MB 1 0
21,042 21,042 000000001362356b60613c5d3f634b93bccec259d9309007d6cd0d464ff675f2 0.00 MB 1 0
21,041 21,041 0000000047afb9468ac74a8cc72d552b3bd9797620e98cc7ba3b58cedb2cd9f4 0.00 MB 1 0
21,040 21,040 000000006b2378bb2bcafea99ce23acab4b2b3e4aae57dd4a7674b8ca99e429a 0.00 MB 1 0
21,039 21,039 00000000747a57b99871f5c6ad15e0c557c9cfafb514515cb4f23e41a3af05a7 0.00 MB 1 0
21,038 21,038 0000000086a8764304456aba9006652561cdc57652cc946d4cb7ab2544af9a1e 0.00 MB 1 0
21,037 21,037 000000003f49c60b885dafda91599ee33da5f86456b02def566142b9ef21345c 0.00 MB 1 0
21,036 21,036 000000002e608cf27ef8d5ce10659dcc060bf5bf7a9cdd1355e7e14885264f2d 0.00 MB 1 0
21,035 21,035 00000000605f6b7a578efc63c79fc4dd88bb198ac8edeb0301d45ef942e6a721 0.00 MB 1 0
21,034 21,034 00000000686843467baf7889b82d66d057b469cb2c3f4a6b0f2ca1a19c9ece98 0.00 MB 1 0
21,033 21,033 00000000a7c70941a8a6edc3cd4e2400d8557f37451c581b1141a3d455d46799 0.00 MB 1 0
21,032 21,032 000000003bd8743d7a8e203ef9df3b4eae28ad3747caa5b421535f1ae63e0c66 0.00 MB 1 0
21,031 21,031 00000000c6941335ce215ca9543589ae62d2d5007cf59cf81f10325c94daa70a 0.00 MB 1 0
21,030 21,030 00000000cf34fed8e75fc77fdd37ab16a02ac830cad27495854976b6e45439e4 0.00 MB 1 0
21,029 21,029 000000002b6b61c033fb8c693498cd8bcb634216621291d0584d44f9db39b1a5 0.00 MB 1 0
21,028 21,028 00000000918d94c3da240d1919ab403420faab5975f7ec9fedc2f8d9a9ff45e9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.53 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,259.04 GB sent, 121.19 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.