Loading Tool

Explorer IconExplorer

Memory Pool

73,120 transactions
27.12 vMB
0.06236434 BTC
Random Selection Loading Transactions
Max Size: 165.49/200 MB

Candidate Block

Mining Attempt 736caf806ce3d1d6edcfc99787731c74e8f6da9836e418d61d7b47f7f14ec910
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root e8203689251dc9263c3a6c0f2e14bff3d53a32ffd943b761f0f4ae2e44f3a1a0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,953
Size: 1.00 vMB
Total Fees: 0.00473776 BTC
Feerates: 40.21 > 0.47 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (436,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,162 479,162 0000000000000000000f715f2a412eb3edd6c5e3298ac162315c44f7f24e0ea1 1,933 1.00/1.00 vMB 87
479,161 479,161 000000000000000000d05cc54005670fef161ac6920b83dc2c5a6578ded772e1 1,803 1.00/1.00 vMB 93
479,160 479,160 0000000000000000012bd13a5c3a002cdf04d6a607d93f625ff78c1c412db2d4 1,275 1.00/1.00 vMB 39
479,159 479,159 000000000000000001351e1b731c0c44718136c2828af550d6c8829bf4b3f8ec 1,079 0.99/1.00 vMB 71
479,158 479,158 000000000000000001020f4680f9349402b1add2c55e03201dcbae19526d7e9a 976 1.00/1.00 vMB 66
479,157 479,157 000000000000000000ca8e0c8e4b8586ec3da29949e626a7f52ea995c254201b 1,574 1.00/1.00 vMB 15
479,156 479,156 00000000000000000089824804cb5bd68d482d02c1911fbc9797bf4863f9a6b1 1,573 1.00/1.00 vMB 68
479,155 479,155 00000000000000000002b55b8500d2c10a4f533c578544737da328eed2da4177 1,927 1.00/1.00 vMB 113
479,154 479,154 00000000000000000099cf3740fdd952fab2385eb740da5dd2f91a98fad70e7b 2,172 1.00/1.00 vMB 131
479,153 479,153 000000000000000000b1671a771d4328163f0e75e19a6b95ee92676d7bb9e9de 1,145 1.00/1.00 vMB 73
479,152 479,152 00000000000000000121a710b27b39dea7ba7c374446a167fcd40aa073d6d512 1,663 1.00/1.00 vMB 105
479,151 479,151 0000000000000000003ad410c815bbd67e01b943ea43b9f241e05f9b2feef1d3 1,567 1.00/1.00 vMB 58
479,150 479,150 000000000000000000dc2745ff935c6f83571c2410782856b48c3ac59fa86a71 1,586 1.00/1.00 vMB 41
479,149 479,149 000000000000000000bed495b0d17438489455c845361b12665513c27fa1ffff 1,829 1.00/1.00 vMB 87
479,148 479,148 00000000000000000013b4adbebd2e7e02d49c0ea90fd54d049ac9ef5e2c75b8 2,368 1.00/1.00 vMB 156
479,147 479,147 000000000000000000c61626c89245952bd96b95922c3a55c3dfa5991a3306d2 2,248 0.99/1.00 vMB 129
479,146 479,146 0000000000000000002aa67dba94021f651858d567699873bafd419856b9409d 1,744 1.00/1.00 vMB 36
479,145 479,145 0000000000000000004dc41493a1502fb376b4dee77aee5ed3506e5a55c147fe 2,179 1.00/1.00 vMB 145
479,144 479,144 000000000000000000e332b9bb3421580652f748104b3e5d7381031ed3c93209 1,446 1.00/1.00 vMB 60
479,143 479,143 000000000000000000003a07ae1772d1f91ab6b89e258569726be3b3f8ea7aca 1,348 1.00/1.00 vMB 49
479,142 479,142 00000000000000000042bded73674788427ec6932a4c9ccb1c4e754b91e2eca8 640 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.95 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: 715.13 GB
    • Received: 17.65 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.