Loading Tool

Explorer IconExplorer

Memory Pool

74,390 transactions
28.67 vMB
0.07531840 BTC
Random Selection Loading Transactions
Max Size: 169.88/200 MB

Candidate Block

Mining Attempt ec186b5ba60b90804aeb625f13cbcd02ec40eb60c4348848afc5d1fa01ecf95b
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root 22dd9a1f739382a1e21d8b0d84447e1ae1ab3e094ab74f575271a4a2f356c529
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,044
Size: 1.00 vMB
Total Fees: 0.01767287 BTC
Feerates: 250.89 > 1.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (479,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,850 435,850 000000000000000003b0995fe02f3e7ec1ee60fbfd1a2973ebeef63eee19d5ed 1,387 0.99/1.00 vMB 41
435,849 435,849 000000000000000000add5f68640d07029ae4a25f922c1e21adb6bc85293e51a 1,985 0.90/1.00 vMB 68
435,848 435,848 0000000000000000022bb7d676143e988f951802dfbf1fa95e8b823a85fcceb0 356 0.15/1.00 vMB 64
435,847 435,847 000000000000000000d2e31894b4ddd89e2b1d8023005029ffd5ef9c568db655 1,507 0.75/1.00 vMB 58
435,846 435,846 000000000000000000ce83d13bd8774a9212b9db1a7020c280cb060fcaa006bb 1,767 0.85/1.00 vMB 40
435,845 435,845 0000000000000000044f26bddf28b89ea747732ba41bf57aa02075036aa0dd8f 2,322 1.00/1.00 vMB 60
435,844 435,844 0000000000000000023da9a96bbaa247b34075ee8c8db34fd859b3cfee9ac8d7 2,370 1.00/1.00 vMB 68
435,843 435,843 000000000000000002b2b05e9a6d2e71685bc1e649c2f9bf11ffa020d244dffa 2,745 1.00/1.00 vMB 97
435,842 435,842 00000000000000000076fa5f8791016ced0a710c2631ddf74d823242e03e4a1b 650 0.30/1.00 vMB 57
435,841 435,841 000000000000000001c8c4c0708c5f0d0cbc805d3d2e23e1a00631a26d3e84fd 1,711 0.84/1.00 vMB 66
435,840 435,840 000000000000000000eee3b28445c42a170ab9b43f765a6872c41734055a20ff 2,298 1.00/1.00 vMB 73
435,839 435,839 000000000000000001eaaa7d4b5a28ceb8da682af2f1cf20f00b41d3e11b1e35 928 0.39/1.00 vMB 71
435,838 435,838 0000000000000000037ffb379e8dbad445bfae52f1228ebe55730b757e25b126 1,241 0.73/1.00 vMB 41
435,837 435,837 0000000000000000030a879b394125ff1516c20842e0de18088d2a6537d874ad 2,654 1.00/1.00 vMB 79
435,836 435,836 000000000000000003c6494259bc8678819a507a32099938d80684c4debbdc5b 1,599 0.62/1.00 vMB 68
435,835 435,835 000000000000000001c49deb300f378499b90e65cb582f78b1ad6cfc848ec663 1,869 0.99/1.00 vMB 60
435,834 435,834 00000000000000000046c419bef0a403ebc7c5a04552e0c5f01365d8839f7903 1,177 0.63/1.00 vMB 58
435,833 435,833 000000000000000001d0e51f38ee3c6bf72b8dbd48ee4055747d1f4931e57e82 1,275 1.00/1.00 vMB 40
435,832 435,832 000000000000000001f89d51f894a668c0d83fa39d58fd3a1b527c9bfdae9cb6 1,436 1.00/1.00 vMB 39
435,831 435,831 0000000000000000028d026e6e31a0df0a49f146b43fc671ac334142a17a8319 2,392 1.00/1.00 vMB 59
435,830 435,830 000000000000000001d51ec3ba46ed91d8d09891d30b0a0d7bb46471c14def57 2,492 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.47 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 667.98 GB
    • Received: 15.35 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.