Loading Tool

Explorer IconExplorer

Memory Pool

46,285 transactions
28.87 vMB
0.14345914 BTC
Random Selection Loading Transactions
Max Size: 152.74/200 MB

Candidate Block

Mining Attempt 1cff4c1592f0ae761a8792a4e4437a6f0ad066f2d94560cbcb37dcf2dde84f92
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 6f0b33a6c218739a7ccd580fb6a9e750a4255ad9ede76ca4aaaeee526f977fef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,517
Size: 1.00 vMB
Total Fees: 0.08118788 BTC
Feerates: 15,654.48 > 8.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (586,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
328,125 328,125 0000000000000000153d995500ea9a3e1a326ce080e189abb48a62d44571418b 634 0.36/1.00 vMB 25
328,124 328,124 000000000000000009b8cfca2c39cc00c01d8fb6a15f3651562f572e593ae1e2 452 0.28/1.00 vMB 26
328,123 328,123 00000000000000000650cde2db998159310da0b4b0245cc890f6a20aeb6c8902 637 0.54/1.00 vMB 23
328,122 328,122 00000000000000001d91f57e5f98923967451b66deae4f7188ba61edcdfb3468 190 0.12/1.00 vMB 28
328,121 328,121 0000000000000000150c6b7915c0e38528031c72208f9d309a06b3e53673772c 140 0.18/1.00 vMB 15
328,120 328,120 000000000000000015b75fca4fe798db6273905a8ad24b32f0174924c94d351d 297 0.16/1.00 vMB 27
328,119 328,119 0000000000000000083800acb0f8dafacc4622c6f8f0eed688f459b87342373e 640 0.35/1.00 vMB 28
328,118 328,118 000000000000000016011ba87f98059672f69a1b88d9312499d6f5481c0ed8bf 424 0.22/1.00 vMB 28
328,117 328,117 000000000000000003dacbaf2c878862a5cebeb63fcaf0f1eeb0d064aa7cd239 234 0.14/1.00 vMB 24
328,116 328,116 0000000000000000013fe7cc7187afd01ea0d5d2e40515c2c6db06ef26b63b96 351 0.35/1.00 vMB 16
328,115 328,115 00000000000000000599c28e0144f7e4b1ffb6c2e9f49b9e4b5c434fe346aeab 360 0.23/1.00 vMB 30
328,114 328,114 000000000000000015491028aa99c883311a5e525f1903aca61d8f5a816eeb64 181 0.10/1.00 vMB 20
328,113 328,113 00000000000000001d858d02d6b1e5f7825b882b09c1bd67607ed0dd03cac413 397 0.45/1.00 vMB 12
328,112 328,112 0000000000000000032c6480d36baa81a917d6009b9b6d3c019690e8bd998ca8 153 0.06/1.00 vMB 30
328,111 328,111 00000000000000000ecf26b8c06c867efaae1ec2874ad56354a3bd649f7d4b20 400 0.20/1.00 vMB 29
328,110 328,110 000000000000000017a2b7cc07ef11fcc3a71bcd3794b1e5d5e3bd043b7c7177 73 0.03/1.00 vMB 30
328,109 328,109 00000000000000000c498b4016bbe9c948c5fec49d1d1b918386297b2a88fe8e 410 0.18/1.00 vMB 31
328,108 328,108 0000000000000000091cb8811b5dc2ebc10855a7403ea028f46d5688f2e2bfcd 451 0.26/1.00 vMB 29
328,107 328,107 00000000000000001bad832864c54e5f137eeee1c32b385cd6b79c4348f540c8 64 0.02/1.00 vMB 17
328,106 328,106 00000000000000001816bf9ae5323f8c5b953c7064b9f9051b876a27e93c5c40 1,611 0.74/1.00 vMB 30
328,105 328,105 00000000000000001848c2132c2668466d35b8b0b95a15344d08df69db9a7cbd 469 0.26/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.04 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: 650.75 GB
    • Received: 13.32 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.