Loading Tool

Explorer IconExplorer

Memory Pool

23,174 transactions (3.78 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 31.91/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,609 000000000000000000022b910000000000000000000000000000000000000000 1,433 0.01274592 BTC 0.56 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,608 (136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
912,472 912,472 000000000000000000019ffc3ed97832cfc5ec87029ae87b642aaef02d12028a 1.59 MB 3,292 4
912,471 912,471 0000000000000000000222eea3b2b6f4cfe42145b7fc424eb6787dd364b3d599 1.62 MB 3,830 2
912,470 912,470 00000000000000000000b691110fa3171a59ec4ab04425a1aa25355ca45e090e 1.51 MB 3,834 5
912,469 912,469 0000000000000000000027187e6912a7eddafcdb2b631ce3e0a6c2f56c49a90e 1.59 MB 7,149 0
912,468 912,468 000000000000000000018f6d5515d33ab041ab545b7bd9c6c59b4b6ad0b1b75f 0.49 MB 1,012 3
912,467 912,467 000000000000000000019a5c19e785f8872265150f7d84ffae447d8b53f016e3 1.61 MB 5,583 1
912,466 912,466 00000000000000000000dbf89654a2d1d44d7116c3a934a1fce09c601ce884ce 1.60 MB 7,003 0
912,465 912,465 00000000000000000002275535fe3bdd9f7ce9c0830b04a7de16bb1dcb81731d 0.52 MB 868 2
912,464 912,464 0000000000000000000093cfea848619db20c659adeec0ea0ffa2f1f92ae1101 1.58 MB 2,960 1
912,463 912,463 00000000000000000001e7c5c8c95ff75d3686cd24bda09465c4de8f86695e1f 1.58 MB 3,568 3
912,462 912,462 000000000000000000012aa7cf4a02f2024fdd852235c906f30edcbc2091e948 1.67 MB 4,329 1
912,461 912,461 0000000000000000000055c980ce4ae0eecb158d5855c407765e1824f1d43a4e 1.57 MB 4,191 2
912,460 912,460 00000000000000000000a6be5dedcda308960a87988797faeb03a8a8f4fab2a5 1.56 MB 5,272 0
912,459 912,459 00000000000000000001802f391f9814bbd9b6bc1866d12b452c4507171edaf6 1.56 MB 3,940 3
912,458 912,458 000000000000000000003d1154c4c7ffc2d54d0d17604a00f0d0ba4ef9461ce1 1.58 MB 6,813 0
912,457 912,457 0000000000000000000217005d068ff0bb0e93973ae3d78cfaaded54e1366390 1.62 MB 5,785 1
912,456 912,456 00000000000000000000779aaa70982854177e40c3449cde6e67d49c37a28019 1.61 MB 5,481 1
912,455 912,455 00000000000000000000982526dffeff4baf952382cb9661912811c982e9d5dc 0.47 MB 1,144 2
912,454 912,454 000000000000000000012db33ee129609f4a9397aabec1bcd698696e63f79cb5 1.57 MB 6,529 0
912,453 912,453 00000000000000000001283ebe88de73acc121af072691c34e3111a36a30d796 1.58 MB 6,089 1
912,452 912,452 00000000000000000001b67add47315c780bf8527469a035d321de7dffe19be6 1.23 MB 2,617 2
Previous 10 blocks ↓
Total Size: 778.13 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 58
    • Outgoing: 10
  • Data Transfer:
    • Sent: 30.25 GB
    • Received: 0.43 GB
  • Uptime:

Notes

  • 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.