Loading Tool

Explorer IconExplorer

Memory Pool

81,748 transactions
30.80 vMB
0.08019566 BTC
Random Selection Loading Transactions
Max Size: 188.85/200 MB

Candidate Block

Mining Attempt 95eacfca4d1c4a1e34226277858b8496952517282518cfe6c1cb5d4f004ad9db
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root d8dcf87ec98eed3ad3f11423240ff676148a9d2a16c391e5aa298f52ba07764a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,483
Size: 1.00 vMB
Total Fees: 0.01107250 BTC
Feerates: 100.00 > 1.11 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (434,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
480,811 480,811 00000000000000000079e5e58d2c40ae833f915cb27c5d6fd8fce61d64bd864b 2,672 1.00/1.00 vMB 286
480,810 480,810 000000000000000000cfd1bcf274a1e1d4339a27f1a20ce8067736b5f021a517 2,405 1.00/1.00 vMB 281
480,809 480,809 0000000000000000007c24780c94c26b605d031ad8ab617ab0c6ffeff2df6ecc 2,328 1.00/1.00 vMB 301
480,808 480,808 000000000000000001206590baa9bce66d032411b28840be764f93942197fb6e 2,510 1.00/1.00 vMB 352
480,807 480,807 000000000000000000aee6f9593f6f8c42c72cb6ca34dd1f4c09beafb36a784d 2,374 1.00/1.00 vMB 301
Previous 10 blocks ↓
Total Size: 782.77 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: 709.32 GB
    • Received: 16.88 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.