Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

13,605 transactions (4.13 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,694 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,110 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,693 (846,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,590 63,590 000000000b6c1cc2ce53668455bc751958485fe950f8864dbfcbe8162852ef48 0.00 MB 1 0
63,589 63,589 000000000086a58c756a639215a3067bb7231b4be0d4dcf6f141d51e28123ee3 0.00 MB 1 0
63,588 63,588 0000000005f91048208c3c2d1ff373d4c20d00b3f3518cf8c7836a6bcdff6210 0.00 MB 2 0
63,587 63,587 0000000005a2d747c33c60a713ddff7d230df774c5619ac83d4721cfbcd0f659 0.00 MB 1 0
63,586 63,586 000000000885cc3dd632001594fd5df9a67b021c19bcfffb8f3fede3ae33d893 0.00 MB 1 0
63,585 63,585 000000000b6d8fb66b662b9fa99ac9c2157d636c18b7c197665b31d60ff70d7c 0.00 MB 2 0
63,584 63,584 000000000b06e5ce4904fba67ad1a1056d038d6f4872062132c91cc0de1b8de6 0.00 MB 1 0
63,583 63,583 000000000506085e65f540a6932999194ba46d5046eb68a8f6f7c42a51da11d1 0.00 MB 1 0
63,582 63,582 0000000007e26399e828078e72fcd800b5d05f671f253a16addd5fe85fd62bf0 0.00 MB 1 0
63,581 63,581 000000000404e2fd2555ba6c337506a7f7469c44d57b0bcdea26c74dd10046f9 0.00 MB 3 0
63,580 63,580 0000000009684a7cf2fa3643bf71efdf872882ee5561cde3a1c7a8cb18161424 0.00 MB 2 0
63,579 63,579 0000000005a756207a377ca2b5338885865f6cade3d0a003d8c54947cc0b42d1 0.00 MB 1 0
63,578 63,578 000000000cb16adebb5f88cbe38fd0b0563f7bfef041b15e63b54acc486fbba8 0.00 MB 3 0
63,577 63,577 000000000aaf8b6c41071f1fbb4f1a44f79399c7a9900290b840812caf20a30c 0.00 MB 1 0
63,576 63,576 0000000009d301f04a48ad86b74caec9538db91d9e7c26adb43ab3742c9079d5 0.00 MB 1 0
63,575 63,575 0000000007ef3784b73d381ca7001dd5f3d04828b1d50b6a8bcf25957456145e 0.00 MB 1 0
63,574 63,574 0000000000c6d9a268115f3ed018318316dd207f8d63a5db6652ca796426f47b 0.00 MB 2 0
63,573 63,573 0000000006572655658c7376a171d1536a67187e637ca434c5f5dd2b71f63375 0.00 MB 1 0
63,572 63,572 0000000005016348575f4a7b53ca104ca15d378f356a1f8601d51d80d2f32b1e 0.00 MB 3 0
63,571 63,571 0000000004dd18f3e1b99ff45e66c12fb4f0b57fdb11b8580f99507f8c21d160 0.00 MB 1 0
63,570 63,570 00000000040f182917ae5a820a2ba21407fce3d1c63c0714a1110abd8cba4e77 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.84 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,153.40 GB sent, 112.56 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.