Explorer IconExplorer

Memory Pool Memory Pool Refreshing

12,224 transactions (5.56 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 31/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,259 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,399 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,258 (844,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,612 64,612 000000000096c9b569c3418f01424af5bc1909ec855507983312686bd61e6f8b 0.00 MB 1 0
64,611 64,611 0000000002f1c65a62082131e02b0c7523426b964225c50b33cb651a977cb8b8 0.00 MB 2 0
64,610 64,610 0000000004544ad58926a9553bc4a7e8dd809a8bfef3c5aa9a3da84509ff1fa7 0.00 MB 1 0
64,609 64,609 0000000000834e212c0d7b75027cef29dcb34468907ae0b96d945f23c682093c 0.00 MB 3 0
64,608 64,608 0000000004a82345fef6d43660ef5a560cb55a0af953981a4d1952b9f94da4ca 0.00 MB 2 0
64,607 64,607 0000000003a6da02cebb00be137fda236e357a44530efbebecc3689af12a0b79 0.00 MB 1 0
64,606 64,606 00000000039c255f02cc46c804642803a8e0d1bea839f7892c10354c8ebb588f 0.00 MB 1 0
64,605 64,605 00000000039fe67d122a4a1263c749256cbe6d7cabc8b2ba3f835dc78b349ba7 0.00 MB 1 0
64,604 64,604 00000000029f2c32edbb210f238ff59551fbf4d39e12bb8f2a7c218f71f20c6c 0.00 MB 1 0
64,603 64,603 00000000001dabb9d044ef70464f912e141c0d8a512fedb205b77ee4fe6a3421 0.00 MB 1 0
64,602 64,602 0000000002dac6f3203427546274612bf03845f5527a96e8087a75ca369a8c4d 0.00 MB 1 0
64,601 64,601 00000000055ec43b2854cb06148438be698f2602da88424c04e99c2d745e0064 0.00 MB 1 0
64,600 64,600 0000000005f080c3d4d373b373f38be6b1b0cb9c4f1325b3a9cacd314d668593 0.00 MB 1 0
64,599 64,599 00000000024fa1b0744717030a6321d8737aac7e9ff0edb1119e5fa719f3b2fb 0.00 MB 2 0
64,598 64,598 0000000006a3887ea781ad0a97316367fd2bbf4d86d3cb6c0d931ac0ce5653dd 0.00 MB 1 0
64,597 64,597 0000000001fbd4381a266ef32fbd9c1b45c2cac60e9e9675d56f8edb02a3596e 0.00 MB 1 0
64,596 64,596 000000000a493ced1e90cc8679586f32cd0a11464fe545986f8ca269324ff683 0.00 MB 1 0
64,595 64,595 0000000009c3f7cf7704d343abf16328abd65b6ba7eb925949c1b4075a82392d 0.00 MB 1 0
64,594 64,594 0000000009237ea445fe3b097848026d6b6b813377a8a4a0050fee75ac875da7 0.00 MB 1 0
64,593 64,593 0000000000eb70e53f75ee54809d2d5969aca40c0446f1d143164065722fe65d 0.00 MB 2 0
64,592 64,592 000000000152fff099ddd3b1e2d18e31ae782d11632de180edc3803fdb37f2c7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.01 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,041.28 GB sent, 108.11 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.