Loading Tool

Explorer IconExplorer

Memory Pool

82,440 transactions
31.02 vMB
0.10593191 BTC
Random Selection Loading Transactions
Max Size: 188.65/200 MB

Candidate Block

Mining Attempt cff38764dae8be5a003e59861dfa023119f5de2903c48fec44e04415923ad955
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root 69b4b0f26f5f7c11377fed98b578982a4ce32bce3f9b00de412ba16d0cadea55
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,188
Size: 1.00 vMB
Total Fees: 0.03244988 BTC
Feerates: 200.89 > 3.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (483,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
432,169 432,169 0000000000000000041d1aa475610e7e58f4567bd3d632baabc95a217eca1b6e 2,145 1.00/1.00 vMB 69
432,168 432,168 000000000000000003f8e9d02366e8e33656a16859fe2bffcf797c26b97acf59 1,597 1.00/1.00 vMB 37
432,167 432,167 000000000000000000e0405acfbe898153c76afbb9bba4703ce9b05b1988e33e 2,536 1.00/1.00 vMB 72
432,166 432,166 0000000000000000035faab16db12a15f0451ac1fc2dbbeb156703fadddf23b9 1,962 1.00/1.00 vMB 41
432,165 432,165 00000000000000000120e7d57ac1bd6879516318efffab970d14b481fc160ee4 1,780 1.00/1.00 vMB 51
432,164 432,164 0000000000000000034999b9ffebb7ebe592fe22407a751dc8c3f3ec52455043 2,343 1.00/1.00 vMB 62
432,163 432,163 0000000000000000015b5f561c8fb8a2f67f06e68ebd5ad4c95f6e3c4266f1b8 1,459 1.00/1.00 vMB 63
432,162 432,162 00000000000000000178369ddffe5f056c525de2a82c77c5abfb3301705e700f 2,029 1.00/1.00 vMB 84
432,161 432,161 000000000000000000f149fd3bfadefb76206c98bfb57fed1a76b9b0543c7ab0 1,765 1.00/1.00 vMB 70
432,160 432,160 0000000000000000026e572c756fd2dab3a1344c465e8fee7d9639d335ded62f 2,202 0.99/1.00 vMB 55
432,159 432,159 000000000000000002b6efab515d39d456da083284575db5f4dceffd48f06f29 2,275 1.00/1.00 vMB 88
432,158 432,158 0000000000000000033eef1c9ae0f941bbb0b2d50162234fef582d99ed34616d 473 0.99/1.00 vMB 13
432,157 432,157 0000000000000000047328d1c59506dbfc5735690887cd3a78310b945634c202 1,191 0.61/1.00 vMB 60
432,156 432,156 000000000000000000b271efb412d9f3e670f646e66cfd615863f1ef8b45ade6 848 0.99/1.00 vMB 24
432,155 432,155 00000000000000000458e018b383514115043a326f245f8dc6ae534353a60c87 961 0.47/1.00 vMB 59
432,154 432,154 00000000000000000013a15aab7c2f9188caabaef9ffe878865ed2db86ab98c3 1,399 0.72/1.00 vMB 49
432,153 432,153 000000000000000001336f81adfced6910bba20e388b7bc3d4ced392c8dc24bb 2,438 1.00/1.00 vMB 69
432,152 432,152 00000000000000000357ee6029406a06305c50c2244b4175578b2bebafcbf5e8 478 0.36/1.00 vMB 49
432,151 432,151 00000000000000000476e11e022c133f7e0a807fefb2efad692caa444f2eeb1c 1,201 0.65/1.00 vMB 59
432,150 432,150 000000000000000003c86f7d404fb2b3da97b2ea4d9218d88f6d4b781a3e0f0b 1,202 0.52/1.00 vMB 48
432,149 432,149 000000000000000000baefe4305de0b8c277d0355de09ec3d7d1da0b5e57b876 2,538 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 783.05 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: 720.60 GB
    • Received: 18.21 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.