Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,469 transactions (1.63 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
911,683 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,690 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,682 (735,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
176,315 176,315 0000000000000276cdb416413d722232cee366b1fefe994baffa573fa922e058 0.06 MB 116 109
176,314 176,314 0000000000000130cef5d56ed283a275e16d7fd37679ea35473b3048ab1e7e0e 0.01 MB 42 72
176,313 176,313 00000000000008f60f1e4ebf0f142036c10d040bcf553e23dae7d373ee18a769 0.04 MB 26 114
176,312 176,312 00000000000009c647e740158f4d1989e1f52b83b13aa07182cbb13413517a32 0.01 MB 31 165
176,311 176,311 00000000000008ed8c1ab254eaccc6523859b091cf1376d414a412c5c5aa3bee 0.01 MB 15 11
176,310 176,310 00000000000004474840539c3963332c2105ae243bd88aab4fc9892625785a9f 0.02 MB 45 171
176,309 176,309 0000000000000789a9b7b9dc0d07b6afd0812f82de812189be55f3c7d1a6d7f6 0.04 MB 81 958
176,308 176,308 0000000000000589a2cb43202d9b6d5529189912d05d2b96e13c1827cb606e98 0.01 MB 22 150
176,307 176,307 00000000000004cd71febb4423d448c9ba5d108fa5d12cbcf41b92fd3d9a5afa 0.02 MB 79 93
176,306 176,306 000000000000046684c147710c3adc03a90ab1d9ef5fa2e0cc98333fa3021614 0.00 MB 6 949
176,305 176,305 00000000000006702178e2bb5c35a7a83595ffc8510506c6a755ae58d0316e6a 0.00 MB 11 15
176,304 176,304 000000000000060969e735c9916c586d3e21a49c067e3e715a9f7c200e3d49ab 0.02 MB 28 145
176,303 176,303 0000000000000080d6f48c63387f6905c82e87d81771c6d967f3493b9d80c5df 0.03 MB 72 93
176,302 176,302 00000000000001ce7e2bf121d4a4eb63ddc73249f42cb9a52d7ca20b09d67c89 0.01 MB 30 233
176,301 176,301 00000000000005db12794c33c7c78e552f40f48d93b7cbe8fb05c4ac52057505 0.01 MB 40 14
176,300 176,300 000000000000015564802a0ec0fb01b49eff0603ce4872ffd2580dfe64f24985 0.02 MB 38 102
176,299 176,299 00000000000006f95499ba1ca3844065a373e62a6ae3a64cdbb359f23c7e9dca 0.04 MB 97 171
176,298 176,298 00000000000005768139c79535c59e2ae455a562eb12a38f4cfdbe89c601e133 0.01 MB 20 216
176,297 176,297 00000000000009bbc0374e1c135b565a31ad685bbf3f74eafb34d3ace5fc50c0 0.03 MB 106 77
176,296 176,296 00000000000002e1c46a9cd7305f91127966b5cd32c1274b498c9f693fb5020a 0.03 MB 66 188
176,295 176,295 000000000000035db721a874633facf22ad841b359b423857ee981fc308b90ba 0.02 MB 34 85
Previous 10 blocks ↓
Total Size: 776.50 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,425.33 GB sent, 131.15 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.