Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,111 transactions (2.52 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 910,172 (892,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,663 17,663 000000009d971457c27f12d84c4f0bb2e0b50df17d4afdd34cc6546b69e63b34 0.00 MB 1 0
17,662 17,662 000000008f156b8737e188785436434f9c038f9dfcad4def9d5fdfb1dfb699cd 0.00 MB 1 0
17,661 17,661 000000001568409329dca91375809a65529d28d4c7b4387e7b3d41ca0af26134 0.00 MB 1 0
17,660 17,660 000000001527bc0cc5a11d655aba04a5d3b53ce5791272c0961b25d8a3758f3a 0.00 MB 1 0
17,659 17,659 00000000231a2335c7db6f2034e930aafad36a274a8424e10efd8b1f81273426 0.00 MB 1 0
17,658 17,658 000000009bd958a82c6da939dbe2972b121cdd41879482ed881b830c92f56300 0.00 MB 1 0
17,657 17,657 00000000c70f8f5f7ad4cd1a78dea5159ae0a8dad25818a18c4b4f0fd60a23c4 0.00 MB 1 0
17,656 17,656 0000000092e9df4535232ff31ccb19c220808ef13bea0d9677aebdbe3e684946 0.00 MB 1 0
17,655 17,655 0000000079e7a8844f5e0204cfe2da6610ec497bd3bdb1a1e5e7a613069f35e2 0.00 MB 1 0
17,654 17,654 00000000bad56b50cbb12ccb449a65cc3f1a8f40971b0715d8170d75bea38d34 0.00 MB 1 0
17,653 17,653 00000000579d8708a06b6b32ada6309405f1ca2cceed27f48717ac966d5a9ba3 0.00 MB 1 0
17,652 17,652 0000000059ae075795dd0d5aec6c35422e1a5a6cdf576878bb382d378fe892d1 0.00 MB 1 0
17,651 17,651 000000006b734243a25b8cab511437107b2c6ad11584a4d2f060478181cf29f3 0.00 MB 1 0
17,650 17,650 00000000936063310af5012b92753619d9f7971b259fa85645c9739ce301b5d1 0.00 MB 1 0
17,649 17,649 00000000de71d02c4fb2452fe01f1369f8fc79913cf13fc69721439d00ec20e0 0.00 MB 1 0
17,648 17,648 000000002fa881a0060113669b486e422d256e7127a4f7f43b57c72a8f7cad61 0.00 MB 1 0
17,647 17,647 00000000f99121063e74e5e54b44c1aac09a3697905e9d658862d7c826180651 0.00 MB 1 0
17,646 17,646 000000003b5b6099b5f7659cb9eb7d6b608373900d6adb9965dd8956149fe2f9 0.00 MB 1 0
17,645 17,645 00000000d1914a9040eb12809b3dd6f939907369603c483f624c20d0c88d63a7 0.00 MB 1 0
17,644 17,644 00000000b872cd35ad8c5f93452e33c0c9b1cde67befd6894d926bc0359bd9a3 0.00 MB 1 0
17,643 17,643 00000000b6a641a3c34eca5bba3386dab233eaf667c06786fb5e56fc172637c5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 2,194.19 GB sent, 117.11 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.