Loading Tool

Explorer IconExplorer

Memory Pool

43,298 transactions
26.38 vMB
0.05828988 BTC
Random Selection Loading Transactions
Max Size: 138.60/200 MB

Candidate Block

Mining Attempt 1555c17e7bcd51cdb3270413eb0909ff3b2a6c16f17c65dc8b3631d4358d9e03
Version 20000000
Previous Block 00000000000000000000e9fc36eb4e54258de385eba8454916da1a3a70de6bbf
Merkle Root b3bf2a1d3f9fe813769b7de99ae324dd10fbde914f97d342b15225d0ca2d2f82
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,145
Size: 1.00 vMB
Total Fees: 0.01003348 BTC
Feerates: 150.52 > 1.01 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,751 (287,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,001 627,001 0000000000000000000b22f295f66a89b083cf949265905db41d33dbf1df75ab 2,134 1.00/1.00 vMB 22
627,000 627,000 000000000000000000061d152d2b4e871eb92720d82d79124b8c0c6b5a4533a1 2,398 1.00/1.00 vMB 18
626,999 626,999 00000000000000000002b869faa97cedacf8f119c10a58e0081dda4f9a09c7c5 2,706 1.00/1.00 vMB 20
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
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.07 GB
    • Received: 12.89 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.