Loading Tool

Explorer IconExplorer

Memory Pool

10,119 transactions
9.77 vMB
0.03017539 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.74/200 MB

Candidate Block

Mining Attempt 7bb1691774e8c153d1cbfb3af4025551483db1d31fc1bf6470d1d5fb6f51bbfc
Version 20000000
Previous Block 0000000000000000000129ec247556291a40ed8781091094ef7cabc011ad57bf
Merkle Root 0828fced0d0cde7c1223c316ace639a736721723c9b946f5f7f18a8d329e2d5d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,391
Size: 0.99799125 1.00 vMB
Total Fees: 0.01560256 BTC
Feerates: 100.29 > 1.56 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,804 (662,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
251,432 251,432 0000000000000014c86510fc7d868df2803f5a9ac9c6d3cf6912070d6e58981a 341 0.14/1.00 vMB 150
251,431 251,431 0000000000000017aba29434a20c01bca206727a3b1cd542634ba5eb20319cb8 65 0.03/1.00 vMB 143
251,430 251,430 00000000000000635597acfa9aa9643850a1b0edd20e0eea8d7bd66a1a22d1c2 21 0.01/1.00 vMB 177
251,429 251,429 000000000000000e310d39c718d2b2e3129c978c62887294588362218ba60225 52 0.02/1.00 vMB 56
251,428 251,428 000000000000003df15e16c18e40932d1a248b5740e7525a5b4ad61e254903e0 525 0.21/1.00 vMB 107
251,427 251,427 000000000000006cf7cdca8d63cd92d047da76e2f4a5d6bebefac440a9af67e0 53 0.04/1.00 vMB 44
251,426 251,426 000000000000001292d3b1e588efcb78fab6019cb6e30fc1042fa6251f2ca264 120 0.06/1.00 vMB 36
251,425 251,425 00000000000000565fd3373039eda3ec5e12ff8d29254def707accbf9d4caefb 525 0.25/1.00 vMB 143
251,424 251,424 000000000000002866ebc6ce928473d1c908a86e6658678646cd51fcffc3b467 415 0.18/1.00 vMB 107
251,423 251,423 000000000000001274637ea7f9684bac9e663dcb82a25bceddb7a9899197855a 75 0.03/1.00 vMB 161
251,422 251,422 00000000000000539d1e0db43ffc3b2e0ea3aedde1551574b1107c2d7568de85 64 0.04/1.00 vMB 18
251,421 251,421 0000000000000001824eeab0ab38b0d3a3642abe3c7f89fc7a3184ba9c1fca56 207 0.09/1.00 vMB 100
251,420 251,420 000000000000004cbc7658a8f6753447e601fd166c61011a3be3b300c74992f9 146 0.06/1.00 vMB 154
251,419 251,419 000000000000004b8e8f0f9c160b9d5a45feb87bbbf20908890fec4746c38b7b 128 0.04/1.00 vMB 134
251,418 251,418 000000000000006920f27492166f8575011d9fd8b392489257fdb7f9f5af1e01 422 0.17/1.00 vMB 102
251,417 251,417 000000000000006deaddf43bd20316d8414a240bf7aa0f52da43ff9def90dd99 92 0.04/1.00 vMB 90
251,416 251,416 000000000000005620b43380c143c1b30b41174cc2344941917029f4c98cfe5a 125 0.05/1.00 vMB 114
251,415 251,415 000000000000005d0566652b2549637192d8830bcf524349f074c3eaa7d0b4da 366 0.17/1.00 vMB 93
251,414 251,414 000000000000002b3db46735e5621590ce3920fdc2db712a395bde612b88d6c7 376 0.15/1.00 vMB 109
251,413 251,413 0000000000000049055c4b847e58b72147f1247c1f050ce0a752275a79d2f8db 145 0.07/1.00 vMB 116
251,412 251,412 0000000000000056b46eedff77ba200c2cbfbcfd06e70e5398c0c82d73e39b0c 127 0.05/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 780.27 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: 515.78 GB
    • Received: 4.38 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.