Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,468 transactions (0.77 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,654 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.77 vMB 2,453 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,653 (822,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,234 88,234 000000000000bc90c49a08323d10631dffd5ed1f0860b567bc35c2d9422eda26 0.00 MB 1 0
88,233 88,233 000000000009537534e59ffcc95be7faa4edfd13b18c257656e7811840e6cf75 0.00 MB 2 0
88,232 88,232 000000000010e7ac76364dc120e51d6ddb39451f201dd1c8ccbcd85d4ed797b9 0.00 MB 1 0
88,231 88,231 00000000000a8a239607e93a90dfd57b3f7beb0cd28635632c0b944f74c85178 0.00 MB 4 0
88,230 88,230 0000000000154e340e85ba4a61cf8eff0133716556143ff0ea8fb76f99bceb92 0.01 MB 2 0
88,229 88,229 000000000003fbe782648490be50a7f84a8f1f62ec2d4446fb89f117d6432e6f 0.00 MB 1 0
88,228 88,228 0000000000161a74b6821f38b72224f21c63be294c008e142d6d7ac9a6e6f5ad 0.00 MB 1 0
88,227 88,227 00000000000558bd4f426116756338220a275c6a18632d4b52d2e13d811ff67e 0.00 MB 1 0
88,226 88,226 00000000000df5b8b574baf94f35239346c1ef659b0734d507266c05418fc86a 0.00 MB 3 0
88,225 88,225 00000000001d5c145f70782edd1c80c2ef9f1f665b9e59e31af2e5c907061131 0.00 MB 3 0
88,224 88,224 0000000000133b608e9ea4230913ff7d1a30374408bfa39fcf880adc9b9b2c1c 0.00 MB 1 0
88,223 88,223 00000000001289b8488eef0a7c878edb20d4993d26c3b835c443e111918de94e 0.00 MB 3 0
88,222 88,222 00000000000fef84a55c07ea133c3adc965a7108d5fc700a89c3abeea866f32c 0.00 MB 1 0
88,221 88,221 00000000000c1554f4d36cfd55cf862b994b9e84743000ee8ab97136cc206130 0.00 MB 2 0
88,220 88,220 0000000000199fae8d23a45d617d5e815b286dbb19012be48c389a6193f10508 0.00 MB 2 0
88,219 88,219 00000000000974b55ec46955512f2e0c1721e1b537b1b2eda6803cf1af16b365 0.00 MB 2 0
88,218 88,218 000000000006c32a440c6e2875093186e3088daf96efa30b3b43acf34faf1d98 0.00 MB 3 0
88,217 88,217 00000000000e19733a28a9a30c32987adc95846ebcdfd5db6682297ce4db37b1 0.01 MB 4 0
88,216 88,216 00000000000cbc550813d742dd011ff9b3c4ccb33d002c2ea0e2d4ad3bfa6fc4 0.00 MB 2 0
88,215 88,215 00000000001bff967e70deaf8224e11c83b75ea3b91c26eb7f0c5264998dd1af 0.00 MB 2 0
88,214 88,214 000000000016a99cbf23978029c5edf4e7f6d49865e7139bbe5beba22ba27984 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.58 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,280.03 GB sent, 121.51 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.