Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,217 transactions (1.38 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,341 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,446 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,340 (857,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,439 51,439 000000001258810f9d9c96eabb96e803040800e748d252b0d395cefab5c75094 0.00 MB 1 0
51,438 51,438 0000000013af7c7c7484a778be3ca26104817c1cb0f8a5ca5ac14c457f46ce84 0.00 MB 1 0
51,437 51,437 0000000014d58eb1ee9b9e79f42ad330ca8d7730e0ed133fce6dc0bf774bb6a8 0.00 MB 1 0
51,436 51,436 0000000002d7b347ca4c6280ae7e501412e56bc204d334a6723a34a52e533d6e 0.00 MB 1 0
51,435 51,435 0000000019f6017be2d393a725e8e6c79c0fe9f29166dd58dcb3f0b834f86290 0.00 MB 1 0
51,434 51,434 000000001a1f994598a95347bbe0b429e9ff8c21ba6a96b871d21cc76f5a4f35 0.00 MB 1 0
51,433 51,433 0000000002036e5b46e86bdeaef90a38701e3b684636b7bcf4d0bb60e5177ae2 0.00 MB 1 0
51,432 51,432 000000001c5b3e842ba3be2116fcc4f6ed773d3aa6eb9a2f147efb680cdfe86e 0.00 MB 1 0
51,431 51,431 000000001cceb85e1a04c6abbd3c233e0d296866b8eb6e68772c5d1c1975f32d 0.00 MB 1 0
51,430 51,430 0000000008e4632c07c2f5de320d1116f442d1f43ad4b1f8c04b5a09dada61f6 0.00 MB 1 0
51,429 51,429 00000000149431d7d2ca880096997a116871ac0f7be8d27925f739cb8aba889a 0.00 MB 1 0
51,428 51,428 000000001ad06b8191e62f5e03ed9b27a5453bbf436882931b0ca5d8691b1e9f 0.00 MB 1 0
51,427 51,427 000000000439200b8afca29243e8d52555b5dcb46cc21c02ed6c2b6e76d84736 0.00 MB 3 0
51,426 51,426 00000000182a79eb4346fd29bcfd34e4e7ed5fdeda863dcf14704d113ed23637 0.00 MB 4 0
51,425 51,425 000000001d17c5d06bdde9d4ecccbc73e1d67cdca7060dea543e7341001a4c75 0.00 MB 1 0
51,424 51,424 00000000189af0705a190bc3770ab58798d22472c91c9fcd078a31ad7c9c4511 0.00 MB 1 0
51,423 51,423 00000000136d84bf3e92fb4018273e1e5331de28478985db68adc6ef5df78112 0.00 MB 2 0
51,422 51,422 0000000004e1b35703d79526f88839dd9773afba4564fdf40b3156c35df22f2e 0.00 MB 1 0
51,421 51,421 000000000a456dfd6eaf675d8c5d59f6741384e114a50b610b8c7fc6638c5709 0.00 MB 1 0
51,420 51,420 0000000000603518bdc5b07c3a075f4c4af9b21421f9836353b568e4f915ba51 0.00 MB 1 0
51,419 51,419 000000000739938b52807cbc7932c3d2ced208e93ef54192a3540bc496fa2fc0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.17 GB

Node Information

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