Loading Tool

Explorer IconExplorer

Memory Pool

76,119 transactions
28.77 vMB
0.07109957 BTC
Random Selection Loading Transactions
Max Size: 175.90/200 MB

Candidate Block

Mining Attempt 8cd20c9810b9561685547fd637740bee50f2b0a4de1a27a361e92f27f98d8ad1
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root fe552a949796d42557b4fe59bb9d654071a33f89ad8e0a1259df1f553463fbd0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,143
Size: 1.00 vMB
Total Fees: 0.00854832 BTC
Feerates: 77.76 > 0.86 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (434,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,832 480,832 0000000000000000004a2d0fabef7596dface8d30674d49b5f1b471ac2bbb8e3 2,132 1.00/1.00 vMB 280
480,831 480,831 0000000000000000010b98f82ddf2b42d8599846b1928f49331838e5c10471f4 2,016 1.00/1.00 vMB 331
480,830 480,830 0000000000000000012d180ea602a69385a44b71b78fdeeff64c623a8a71cc69 2,338 1.00/1.00 vMB 368
480,829 480,829 000000000000000001281e1ca256744cc32715ae8955069adebac223f70bb493 2,176 1.00/1.00 vMB 332
480,828 480,828 000000000000000000e9239fea2aff1dd81361719c654324a44c8d6a398f76e4 1,975 1.00/1.00 vMB 237
480,827 480,827 000000000000000000f2ec20f082f1899a233cdcc71f5b59e1c232b588c9987e 2,010 1.00/1.00 vMB 267
480,826 480,826 0000000000000000000108dc579f7ec10e0ed4678fdec32ce8a359d12ee0a751 1,033 1.00/1.00 vMB 268
480,825 480,825 000000000000000000e48f4cc468beb64b14ebc04d2b6d375cb3c984bb31f708 1,783 1.00/1.00 vMB 254
480,824 480,824 0000000000000000012a87c3add0ca5f430aa0d5ef200d2d435d1c7a9c98f4f8 2,295 1.00/1.00 vMB 322
480,823 480,823 0000000000000000003c815e7cdc29f6df95e20fdf9465501646609df51d443b 1,994 1.00/1.00 vMB 290
480,822 480,822 00000000000000000088c921df73f0e36e9a050152ef6adcad49b8b1c706069b 2,043 1.00/1.00 vMB 297
480,821 480,821 0000000000000000006af852c655e65b545b0ee85c32fce4c6ae87ad79e4638d 2,120 1.00/1.00 vMB 323
480,820 480,820 000000000000000000502933ae6030c890b127b407a3b651d50e2c810e678b42 2,200 1.00/1.00 vMB 341
480,819 480,819 000000000000000000a254953561dd58bbbea7286cdc830c9743ebcac4ead9c4 2,593 1.00/1.00 vMB 272
480,818 480,818 000000000000000000f10f5967ab3a80fd9892b0e6a2bf5a46cfb97cf48e0f60 2,779 1.00/1.00 vMB 286
480,817 480,817 00000000000000000049e07c887f84de553ef581f9a7c0b0e12978ad7fd8d535 2,356 1.00/1.00 vMB 241
480,816 480,816 0000000000000000008cd5e507b850a858dcf7cb844401fc65b749e42a395981 2,186 1.00/1.00 vMB 340
480,815 480,815 00000000000000000051b573dbfa2ee2696c0e30f2f1cea07cc8c8ec0515fd10 2,765 1.00/1.00 vMB 322
480,814 480,814 0000000000000000005049bfe6b15fc97fb6e41edccfc813ce49698081f9d7cf 2,384 1.00/1.00 vMB 281
480,813 480,813 000000000000000000f227d0d27040ccecf643a6b4355efb252ecdcd5fce8a14 2,360 1.00/1.00 vMB 286
480,812 480,812 000000000000000000029ba2bff593fa8d913ec93340282aa391289f1dc91723 2,741 1.00/1.00 vMB 360
Previous 10 blocks ↓
Total Size: 782.82 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: 710.71 GB
    • Received: 17.08 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.