Loading Tool

Explorer IconExplorer

Memory Pool

82,279 transactions
30.68 vMB
0.12157745 BTC
Random Selection Loading Transactions
Max Size: 184.77/200 MB

Candidate Block

Mining Attempt a1a5cf84fc96f398f82190b6f2f55d507a30553db952b9921ebb7bc50601d32e
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root 6f00dadb60c690a6fd62e95687620b300b35b44c25ff62c55fac7c38d6633593
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,589
Size: 1.00 vMB
Total Fees: 0.04353943 BTC
Feerates: 180.34 > 4.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (244,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,115 671,115 0000000000000000000c9dfe1e7c5a481305ad3089ce4a74d2960362e6c514eb 2,302 1.00/1.00 vMB 128
671,114 671,114 0000000000000000000600adea54ca1a7755e697672d88947c224708ebea3040 3,070 1.00/1.00 vMB 138
671,113 671,113 00000000000000000000238db98b7ca37b16cdb817a03fe1060aaca81a17b93f 1,599 1.00/1.00 vMB 142
671,112 671,112 0000000000000000000b54b789c102a8bfa9b3f140f33e7d98afa00396ef2520 1,550 1.00/1.00 vMB 91
671,111 671,111 000000000000000000041c9312d083f37043a0692ed6b54097b7ff530ac2e8d0 2,815 1.00/1.00 vMB 109
671,110 671,110 00000000000000000005509f5586b90f8706057530b7b4e81408b9f4406ca508 2,574 1.00/1.00 vMB 120
671,109 671,109 00000000000000000000dbb5d93bb23be127451a0be56eb7f7aced04f14a1a70 2,757 1.00/1.00 vMB 117
671,108 671,108 00000000000000000008c98a818ea4cdc88ee817e39ed860489d916cd0bc75d2 1,933 1.00/1.00 vMB 122
671,107 671,107 000000000000000000003c28c437cecff040597b503f92bb191044b332e4dc43 2,069 1.00/1.00 vMB 127
671,106 671,106 000000000000000000058d480114cf79e74d327f67e973d04860728e3f4a50d9 2,385 1.00/1.00 vMB 159
671,105 671,105 000000000000000000055563a0c5953fd2e67f8ca8d64fa87b44a2c36d295718 2,279 1.00/1.00 vMB 135
671,104 671,104 000000000000000000047d9e2199ca69c8a04bc9d0750b398db1497e87b9f5a7 2,878 1.00/1.00 vMB 137
671,103 671,103 00000000000000000008c4eb7ccbd68bfb6c043c04008c1dd48d4f2ad479f717 2,494 1.00/1.00 vMB 40
671,102 671,102 000000000000000000078e995cb725a25694bf3768e11f8fa4ea7dab5b0a47d4 2,054 1.00/1.00 vMB 102
671,101 671,101 00000000000000000009647f3d4403de718ef7b98781bde35f49941d9472910a 2,574 1.00/1.00 vMB 104
671,100 671,100 0000000000000000000c3490196e03bc1b7a9a546fda3cfc39eb457eb9988f7c 2,650 1.00/1.00 vMB 64
671,099 671,099 0000000000000000000c84d9f5a81088aead5fd96183fcdaec97ca5c4cfcce01 2,603 1.00/1.00 vMB 82
671,098 671,098 0000000000000000000ae07ff69112d853adcaca3ff4bb6d632b3c3ea5710fe0 2,256 1.00/1.00 vMB 61
671,097 671,097 000000000000000000084104f9b510395a6e2a3454eea5815b21b6c9aeb1aee2 2,352 1.00/1.00 vMB 110
671,096 671,096 00000000000000000009cff4ef9bb8d114ef2869f3ed4c8caa02a51ba205a55e 2,757 1.00/1.00 vMB 140
671,095 671,095 0000000000000000000c9479d500271f01617ca4dc87945d2fb6f45adb65eabf 2,620 1.00/1.00 vMB 138
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.