Loading Tool

Explorer IconExplorer

Memory Pool

29,244 transactions
8.25 vMB
0.07481173 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.29/200 MB

Candidate Block

Mining Attempt 4cbe26d3af400404a646aac3d9240e1856eeff80a80ec34c1235959bd300e58c
Version 20000000
Previous Block 000000000000000000016ab6a894f36a196d51cda84e47c1d4e51ee548839bd1
Merkle Root 5cf94f65025aca214a5f0e8a16ea9ca8a57b1608f23c58f7890982dc68b684a2
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,394
Size: 1.00 vMB
Total Fees: 0.03040107 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,226 (769,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
143,467 143,467 000000000000012b10aa45e497ac647d00e08b2f28ee314862f0ea18e24fe930 124 0.04 vMB 51
143,466 143,466 000000000000078fa4c2f0f3768d7768714542a7e56f029e4c8cab21329a53f2 12 0.00 vMB 16
143,465 143,465 000000000000033d9474204ea6c0afe555c58e385d2e929a43e132a99a7003ee 31 0.01 vMB 53
143,464 143,464 00000000000005035441b49db16eeedda85072cedd6e16956842b2cdfa48a162 63 0.04 vMB 180
143,463 143,463 000000000000037b22af8d1e1a9cb798883f417a4933ae60756aa894e9a25030 11 0.04 vMB 57
143,462 143,462 00000000000005ef464b6bc4fa24ea493cc4c10c1749c6d2c3fd5c9c42b4c6b1 45 0.05 vMB 45
143,461 143,461 0000000000000826c88589bd8f9a8b97f4d265962ddd16837dc8d74f272bf3b6 410 0.13 vMB 181
143,460 143,460 00000000000000d5af0d6bc8e19f27aae72e5af2c18324740b4d01bb7885bd50 147 0.05 vMB 175
143,459 143,459 00000000000000d11ea9c7e1fc9931976f2cf91da1bf72bdfe06ad505a5522ca 1 0.00 vMB 0
143,458 143,458 000000000000085c8eaa88e24539a6c2dd3d09829f71d029c8c4db47bdf28bd1 175 0.05 vMB 154
143,457 143,457 000000000000015e087f6fe69de6158da3a85a6c0207f6a3bf0a5e613b1c7f8d 67 0.05 vMB 317
143,456 143,456 000000000000064facdf457163972e3ebfe08a04324db7337f6ed3fe9fdd0259 8 0.01 vMB 438
143,455 143,455 0000000000000465f55e2f547c82674161bcf4d22b1c66898338369ef3abca84 15 0.00 vMB 0
143,454 143,454 00000000000007c24bc8855845d2d101e276c1be0c2a7ca25a61e5de8960899f 34 0.02 vMB 72
143,453 143,453 00000000000004e1341aa11628d677ef971d7c7417bd796e36efe82743495d31 38 0.02 vMB 49
143,452 143,452 0000000000000771ccf95e2d384d3f0a238e1b462b8dcb5bd1e1dc7f7eb4d2ed 28 0.02 vMB 76
143,451 143,451 0000000000000596af669820a21166135ff47735d881f058c13a2b0528829d02 42 0.02 vMB 18
143,450 143,450 00000000000007b0f121bfaf46a1c36ed7f4a80ba32d3e5f81af585f04d22739 87 0.04 vMB 179
143,449 143,449 00000000000004e688d0b67e69eaf9700c603805b936c3989bf7b7e033242fe8 19 0.01 vMB 105
143,448 143,448 000000000000071cfdaaf3216df5e69ec0bdf339fcf44569632ea19f7e8669bb 41 0.01 vMB 179
143,447 143,447 00000000000005c4993a9c2d68a7f7bcb82bc30d2ca443cb23e98f579c03054e 43 0.02 vMB 298
Previous 10 blocks ↓
Total Size: 779.25 GB

Node Details:

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