Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,285 transactions (0.51 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,479 000000000000000000022cb30000000000000000000000000000000000000000 0.51 vMB 1,280 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,478 (871,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,482 37,482 000000002dfccb624f17f35fa0d590b8ec1bb2e9e7c3576cf56cb747f4874cc2 0.00 MB 1 0
37,481 37,481 000000005f614b075d9297c6e17e62baa55a0707a93502021cda1fccbd9f7066 0.00 MB 1 0
37,480 37,480 000000007e9e376a773a581ac12bbd6c2171e1eca4c07c0e2b1d97ad0203be1b 0.00 MB 1 0
37,479 37,479 000000003e9f6b6e983d29dce3e39536f3354e6f42ebe79b45adce8c5ee2828a 0.00 MB 1 0
37,478 37,478 00000000517ac3ed738f0655c06e3c291fb86c19a414e141d1998f3ff5dad1d0 0.00 MB 1 0
37,477 37,477 00000000a410b1cc56c426ab966793809dc96e476254e1133686e866fe0d3ad0 0.00 MB 1 0
37,476 37,476 00000000bd7eb2fb2c2294786ebcde43cfb86cf8a118e00e9b1cabf66fa90ed9 0.00 MB 1 0
37,475 37,475 00000000a4216a628fef7a9a17dcba75d2a520703cba7b6f86ea5308cc56c3c0 0.00 MB 1 0
37,474 37,474 0000000058390cc4ed6c1b4a2e9ee3bd7dc29bb39061e0ffbc3ca19786573db8 0.00 MB 1 0
37,473 37,473 00000000b3bc89e824a09e01e1da77ed35e28cc6ac4a802a6163bb4751c83ebf 0.00 MB 1 0
37,472 37,472 00000000390770cc7ccdecf0358c3eb0352245a95f4eabbf14a39536cd1f9957 0.00 MB 1 0
37,471 37,471 000000005781636e28e0a16252d1cf450c323a1558bc50728980b1fc51bf02a3 0.00 MB 1 0
37,470 37,470 000000007adb82f8a658535448ded46a96baca927664613f616e58f70b7068ca 0.00 MB 1 0
37,469 37,469 0000000041add5aad33b0cdb4cde9e0fa79dc8424e8520003cd5660d38b00189 0.00 MB 1 0
37,468 37,468 00000000aea92a00c4012b8e7e1902bd927311aa99d6a3b20fed5a18ff67ec08 0.00 MB 1 0
37,467 37,467 000000007c02f6ddd8340cca194f502c641a72422d2f4a22a6b78c53a9c1ce5f 0.00 MB 1 0
37,466 37,466 000000004f51193cf1f551d20380e6da76017a52386d000e53e856b8677e2eff 0.00 MB 1 0
37,465 37,465 0000000015a2390bcd8da52a5a3edd6ff0bf840a20eb752b5cc44d15cc87a407 0.00 MB 1 0
37,464 37,464 0000000053c87f8b78f2cf30d538671addf436ac39b6438d8d554bf7ef62b587 0.00 MB 1 0
37,463 37,463 000000004e1535934fa452ed20a7b0ed9a35ebf893030112c2e95f8aaf443355 0.00 MB 1 0
37,462 37,462 000000008ee120032dcd0c6c1825be51bf5a6e1af156d17b758130e8e6733a10 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.44 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,080.56 GB sent, 110.40 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.