Loading Tool

Explorer IconExplorer

Memory Pool

83,348 transactions
30.12 vMB
0.07484969 BTC
Random Selection Loading Transactions
Max Size: 182.91/200 MB

Candidate Block

Mining Attempt 294a6e9438c4171e7f1a970f21a9c347ef3a83b4d681dc5d951eec093e9412b7
Version 20000000
Previous Block 000000000000000000010d0a3e37e31e12beb7277f8808ba3ca72eb0ef7badb5
Merkle Root b21440079880e3c5c45e6fe0b4b8811f20072a0ad93f648be02177caeed9776c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,360
Size: 1.00 vMB
Total Fees: 0.01300835 BTC
Feerates: 107.42 > 1.30 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,959 (256,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,416 658,416 0000000000000000000241e57e41e8674dcc536deb8483c215e656be93f7d80f 2,337 1.00/1.00 vMB 26
658,415 658,415 000000000000000000099f92a588ace24a626144cb3987b0423edbdc8c1ebcc3 2,014 1.00/1.00 vMB 30
658,414 658,414 00000000000000000002579716b2a2a2955bde403d559b216c6506e03a2b7ff5 2,587 1.00/1.00 vMB 60
658,413 658,413 000000000000000000034c98bede5111616c0aa59da9441705d3c29da608f3ad 2,303 1.00/1.00 vMB 31
658,412 658,412 00000000000000000004a19cc1a8da929a3d76a84f8b4ee28f40980727011de6 2,405 1.00/1.00 vMB 32
658,411 658,411 0000000000000000000c1ee4c4609a9684b42063d6e4dacc0a01a7daed728f02 2,111 1.00/1.00 vMB 49
658,410 658,410 00000000000000000005bdef290b7e9b25569b0804e8e1edff50de34a37942e7 2,065 1.00/1.00 vMB 41
658,409 658,409 00000000000000000004793d0fce396c54f5376e48c642e50b1bf9c07e781a69 1,829 1.00/1.00 vMB 43
658,408 658,408 00000000000000000000d26554a5703e0f93870774cb4caf8f006c3ee34bdc17 2,640 1.00/1.00 vMB 51
658,407 658,407 000000000000000000049aeabb7545f99bf0e2af416e704c72e18d42f2147e23 2,086 1.00/1.00 vMB 64
658,406 658,406 0000000000000000000e3255b7f8f38e3ef6812115d3a35192040b59fee229cf 535 1.00/1.00 vMB 50
658,405 658,405 00000000000000000007b643ffadd2d1829fb2674b59278e3497b38fc51ff4f4 2,004 1.00/1.00 vMB 66
658,404 658,404 0000000000000000000e08e411632661fef9d98bb99cf06785e7c3cad0c847b6 2,307 1.00/1.00 vMB 75
658,403 658,403 00000000000000000008c4ab3442275f9bb962f93121ae07a578580e15a82b70 2,509 1.00/1.00 vMB 39
658,402 658,402 0000000000000000000d3029f94ec3a7561ac3d816c90b5d578d47310306e2da 1,818 1.00/1.00 vMB 41
658,401 658,401 000000000000000000033b8c41bbf182e02b2a31d784816094095333d9d7be55 2,435 1.00/1.00 vMB 70
658,400 658,400 00000000000000000008be7d174822dff91f51e51b28f57d2cf53161461f0c2b 2,585 1.00/1.00 vMB 31
658,399 658,399 0000000000000000000dcc1fcbb28ce5ce9754e6c89837f594fc3088b7236922 2,146 1.00/1.00 vMB 46
658,398 658,398 000000000000000000001890f138a4961323a14ba75959f6ea7f3e8febfd0a31 1,935 1.00/1.00 vMB 34
658,397 658,397 0000000000000000000543b2ee7afe8603ed49b70f6ace3b356383d7a6ebf615 2,105 1.00/1.00 vMB 47
658,396 658,396 0000000000000000000d9de6049e8697f14f8680507acffee5922b414c17cfab 1,357 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.32 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: 660.26 GB
    • Received: 14.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.