Loading Tool

Explorer IconExplorer

Memory Pool

44,372 transactions
26.55 vMB
0.05649860 BTC
Random Selection Loading Transactions
Max Size: 140.09/200 MB

Candidate Block

Mining Attempt 2e0306f56913bc78758813b613c2bbc484d9bed0b67e86f4ae8743c0bc6e9b46
Version 20000000
Previous Block 000000000000000000016f009a89c6d3e1d139367d7f3d8899daecc1416ee56a
Merkle Root 05dfb7d1fa2f7125ef6ef7056ced85ae1dac0c6e835e789cec5b8a722223cc95
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,342
Size: 1.00 vMB
Total Fees: 0.00770757 BTC
Feerates: 54.71 > 0.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,754 (287,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
626,998 626,998 00000000000000000001250d4a86d2b346caa79d8d94e5176f7cf2f024da2336 2,894 1.00/1.00 vMB 37
626,997 626,997 000000000000000000069d8191786f0ddce7af7ad04c4dce0301eab4117166e1 2,732 1.00/1.00 vMB 26
626,996 626,996 00000000000000000004c8d9c714ae017b40b959da8812907217310e4bd2045f 3,384 1.00/1.00 vMB 44
626,995 626,995 000000000000000000082948597eefe98a2144115cdde4bd7d16f937fe615b78 2,288 1.00/1.00 vMB 8
626,994 626,994 0000000000000000000e884ba78e57c2f698304ddba4962f3035beb3b37216d7 2,325 1.00/1.00 vMB 24
626,993 626,993 0000000000000000000d627a94691bee97674f4b07452c26de2320946a054cc5 1,266 0.95/1.00 vMB 7
626,992 626,992 0000000000000000000b74c7258a5c2d07ae63f8ae8a5ecb28ea83eb0425b476 2,534 1.00/1.00 vMB 18
626,991 626,991 00000000000000000001faf21c09eafac82abe1491f8948e40ae76c9beff2660 2,269 1.00/1.00 vMB 13
626,990 626,990 00000000000000000003fddcc5c30f6f1450a558e21f29b605bb78cdb4fe54fc 2,728 1.00/1.00 vMB 10
626,989 626,989 0000000000000000000a06f7dc3f14934a4be129a40b74fb7309f5912aa73f66 2,005 1.00/1.00 vMB 10
626,988 626,988 00000000000000000009ece1a49d00eb8cfe08354bd544b36baf5739bcc53402 2,508 1.00/1.00 vMB 19
626,987 626,987 0000000000000000000136cc2e69aab70c56862500257e7e05c3632d5a6dc987 2,936 1.00/1.00 vMB 39
626,986 626,986 0000000000000000000900ba936ccf11dc575a1c9dbee85017f22f6cee45261b 1,387 0.52/1.00 vMB 6
626,985 626,985 0000000000000000000d25b2295d8d011d355d2eed3b6b7d76315d28341e590e 2,758 1.00/1.00 vMB 22
626,984 626,984 0000000000000000000a1954a277a12a39795bc9be3bc0240dcd4ba5ecd9d7ab 1,301 0.44/1.00 vMB 15
626,983 626,983 000000000000000000034683e3ceab451d519be2412c4765598056cb42c32cca 589 0.32/1.00 vMB 3
626,982 626,982 0000000000000000000210d8292a9819da7c80bcd96ca7499cc728c115ed56f3 2,659 1.00/1.00 vMB 2
626,981 626,981 0000000000000000000dca29bc0256060180815336869b155325256e33208bb8 2,757 1.00/1.00 vMB 16
626,980 626,980 0000000000000000000b67341ef666ce55ee13a1f362575787530e68ee4b1e11 2,155 1.00/1.00 vMB 8
626,979 626,979 0000000000000000000bd71f1cbf15ac50789b39a79d6b1e3fe64e11a7217228 2,405 1.00/1.00 vMB 22
626,978 626,978 0000000000000000000c31e7684c760e1dcec5321b7ddf1638a97a4a8cf14c2f 2,116 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.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: 647.17 GB
    • Received: 12.91 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.