Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,315 transactions (0.62 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,716 000000000000000000022cb30000000000000000000000000000000000000000 0.62 vMB 1,315 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,715 (160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,555 910,555 00000000000000000000428a258e75637758a8a9ecfc0b1f1965da61fe4c6fa8 1.30 MB 2,382 3
910,554 910,554 00000000000000000000f548bed3e36744984bb74188b7b116f7472a41fc9ce5 1.60 MB 2,926 3
910,553 910,553 0000000000000000000093f1ec462e1e2b73ffb276c0fc7a4470e5171cc00ea4 1.88 MB 3,329 1
910,552 910,552 00000000000000000000895d95a05722981ddd2352fe03088bf3db54364d3480 1.72 MB 2,993 1
910,551 910,551 000000000000000000011fb9ac884918f3a833339df50d7873090a043673ca29 1.59 MB 3,408 2
910,550 910,550 0000000000000000000094d5be34b6c95a7fddb58ca37fbf06ac33d6b653bdf4 1.46 MB 2,357 2
910,549 910,549 00000000000000000001153b303391b0346be3459fa5c0afffbec54b3e31c780 0.66 MB 1,139 2
910,548 910,548 00000000000000000000392a04a016e654e022fc63208d47a79abdec65544283 1.60 MB 3,862 1
910,547 910,547 000000000000000000009a96359c7f5bb60209a614459584c687e7a4b2e14759 1.48 MB 2,549 4
910,546 910,546 00000000000000000000cad7aa47416e2e0322fd9b48374ad43961cde56f8710 1.74 MB 3,487 1
910,545 910,545 00000000000000000000801adfccb171f340b0e7e89ab4f0648f3492c70280d3 1.73 MB 3,003 1
910,544 910,544 0000000000000000000218455cc45a74bb628405aef7178950ea74fade298bd3 1.05 MB 783 1
910,543 910,543 0000000000000000000125ccbdffe8ce62db91a189511e69dd65ad14969aaad9 1.79 MB 4,278 0
910,542 910,542 000000000000000000002b45ebf716cb93fb1c1a5be4b95864c803863241173f 2.36 MB 2,929 0
910,541 910,541 0000000000000000000117a24e9fb2a2ed60c3fdcec0017f639a23bc9eb8ad34 1.66 MB 4,821 0
910,540 910,540 000000000000000000005090ed004f7f26f6d9c5778217ae5bc11d93f88ba1f4 1.21 MB 1,489 0
910,539 910,539 00000000000000000001317a987c20a118f9b1fa0cbdfdcb1645afbfa227f61e 1.14 MB 968 1
910,538 910,538 00000000000000000000992c4a11f09bca0c0f70cf8f54add6d7e363949eeaeb 2.10 MB 1,665 2
910,537 910,537 000000000000000000009f56fcf2aaec924f73be2dce0adcbf0aa2398f9878ef 2.09 MB 1,473 1
910,536 910,536 000000000000000000018537d41dec1bf3621195009dc1edf900c05ab711d0b6 2.01 MB 1,958 2
910,535 910,535 00000000000000000000c96bd72a121e386054b99197b244853995bc4e4f9dd2 1.35 MB 1,764 1
Previous 10 blocks ↓
Total Size: 774.70 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,291.41 GB sent, 122.13 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.