Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,837 transactions (1.67 vMB)

Priority:

  • 1 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
909,661 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,102 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,660 (846,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,607 63,607 0000000008e10282678fbd3d65861ff34f497e46f1a4f5ba53a3e064e5131645 0.00 MB 1 0
63,606 63,606 0000000001fc7c02de612e5e89871a2396e18472153138f82fa2b89a6dc5636f 0.00 MB 1 0
63,605 63,605 00000000029a467e9e804b4d4744f12c3589c416fe3528f05151f677127a66d1 0.00 MB 1 0
63,604 63,604 0000000005b6edd2d8689cc282f9e302e4a557f6b214c392046916c259fe1cf9 0.00 MB 2 0
63,603 63,603 000000000672583ca0b567c29145ca6b7bfe990372ca23fe4f8f23e3e0c64c66 0.00 MB 1 0
63,602 63,602 000000000ab1c8d9c3759d3887cbc09c6f999e5527c8d4549a48c512bd14f91b 0.00 MB 2 0
63,601 63,601 0000000001340bec0b1d732bdc33643e1f7d5cc056368cf37a291f9c535f3c87 0.00 MB 1 0
63,600 63,600 0000000005b762c7e37aff0807a14d9f420b8c28ebfb647ea1b7128cbee80a8b 0.00 MB 1 0
63,599 63,599 000000000c896e970285ca018505f17203974f3e77e1c2d8772bb3b9c473bc70 0.00 MB 1 0
63,598 63,598 0000000009073e94c15c0abf450f7c6d399a204579c0e9d393c606489514bff9 0.00 MB 1 0
63,597 63,597 000000000cf3582d15a2361fdbcfd52ff7346382c1ee16cd6529051fcb913e7f 0.00 MB 1 0
63,596 63,596 000000000a12dbfe595c95ef67d1e5afa5baf8a476be6219bd3591359334911b 0.00 MB 1 0
63,595 63,595 00000000078db7f1aa2f8bd8c1d2b9cab03737f9dde85ff6eb0ef0f408006e7e 0.00 MB 1 0
63,594 63,594 00000000035a9de8bfc4637cd80622562f55895f91be6c9887850ef4d985a1d0 0.00 MB 1 0
63,593 63,593 000000000c1e457e92ae1e6b0504bab609e78fe59a3892fc8f3dd18cde8a426a 0.00 MB 1 0
63,592 63,592 0000000001b8224a4d60dbf85f9880835fb2db8c7fc3e5cdd04423c560972da8 0.00 MB 1 0
63,591 63,591 0000000001ded7932c6e05eda8e30d5ea654607ccd43d66c14b76fed220014e3 0.00 MB 2 0
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
Previous 10 blocks ↓
Total Size: 772.78 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,132.98 GB sent, 112.23 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.