Loading Tool

Explorer IconExplorer

Memory Pool

77,746 transactions
29.12 vMB
0.07346264 BTC
Random Selection Loading Transactions
Max Size: 178.49/200 MB

Candidate Block

Mining Attempt d707d48e5e1a3aa1dab4c9b1b245f23c90e63b50ba6f9c3b073f19b26f73b9fe
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root a9da6a3ec63a2a836ac32f44067889fc548264e2c47cf45731dd3bac24b60169
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,917
Size: 1.00 vMB
Total Fees: 0.00990280 BTC
Feerates: 301.25 > 0.99 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (133,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
781,977 781,977 000000000000000000005d6528f64a032eaf4d621843f2296056e5669d0edcf8 3,249 1.00/1.00 vMB 46
781,976 781,976 000000000000000000003c86928a43d85bc7e68575595b52b53ffd7f4af33e59 1,605 1.00/1.00 vMB 24
781,975 781,975 000000000000000000004463ceeeb7c49ab5d5089733e74bc222e561e2b0401f 2,173 1.00/1.00 vMB 23
781,974 781,974 00000000000000000000f7f75aef090727d08d4ab68d0b13b0ef77dc2693a37b 2,210 1.00/1.00 vMB 17
781,973 781,973 0000000000000000000396c340cd6c1d490aebfc1a156f0512063b9005c56abf 2,561 1.00/1.00 vMB 30
781,972 781,972 000000000000000000060773e756e8d103929788ccf735c7e97b02fb85891e90 2,396 1.00/1.00 vMB 30
781,971 781,971 000000000000000000004ee3967fd6d8049bc1e6f3158d03835ec8104b955bd0 2,871 1.00/1.00 vMB 35
781,970 781,970 000000000000000000049b51632ee9082baf9ff8e892c93eed451444a17fee58 2,688 1.00/1.00 vMB 16
781,969 781,969 0000000000000000000166d19ec695df90be0164a8218dbbf9a5a65902816888 2,444 1.00/1.00 vMB 32
781,968 781,968 000000000000000000027d1f38f7cc2e466f8c43f0210461390767994a180ec7 1,943 1.00/1.00 vMB 19
781,967 781,967 000000000000000000065fb4ca93c39d530ba7b2294d25f86624ec291dbe4ffd 2,665 1.00/1.00 vMB 48
781,966 781,966 00000000000000000005aba3e5b1a258cbbf407ef09a4d8936a7445e9d428c17 2,456 1.00/1.00 vMB 43
781,965 781,965 0000000000000000000059ee1d734ad29a45587e66b3788e31902b5f4712d33b 3,131 1.00/1.00 vMB 50
781,964 781,964 000000000000000000032b43810fba52439cdb69b2cdb19d9124fa4e5da8078f 1,597 1.00/1.00 vMB 52
781,963 781,963 000000000000000000010d7f8139d4f07d1b1f2e42c6401871847d967656f7fb 2,754 1.00/1.00 vMB 49
781,962 781,962 00000000000000000002e2cdfd82285b826409e57cf6fffb36980a8f4abf0182 879 1.00/1.00 vMB 18
781,961 781,961 000000000000000000023a4f39cdd7651cd7030d8b445310ecc499959c7f4aff 1,727 1.00/1.00 vMB 17
781,960 781,960 00000000000000000002fdd66d936a647b515255f947eba8931129136080b5ef 2,863 1.00/1.00 vMB 36
781,959 781,959 000000000000000000055a720aae00dcd3bf3ac9054503cb5f87fbd46f8d8285 1,827 1.00/1.00 vMB 25
781,958 781,958 00000000000000000003111b544a1ed4663b2a0597dfa8420b2d2970226cdd1d 2,801 1.00/1.00 vMB 35
781,957 781,957 00000000000000000001242478c0e1fb7c261d89a122b3ca02f098c70c588edd 374 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.80 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.01 GB
    • Received: 17.01 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.