Loading Tool

Explorer IconExplorer

Memory Pool

86,392 transactions
32.81 vMB
0.13104797 BTC
Random Selection Loading Transactions
Max Size: 198.32/200 MB

Candidate Block

Mining Attempt fde70d3a41fe1f21d93f31a5b9fe24f5d641f770bd38075da9741408de14450a
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root e47564d0992f0c68d16d309922761b5f80f0f1b6d192dfb2ca5a87b6d8003215
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,858
Size: 1.00 vMB
Total Fees: 0.04837002 BTC
Feerates: 641.71 > 4.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (306,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
608,439 608,439 00000000000000000013e4908979ee18c96445e922e45b2e6856a5e99c1bb82c 1,461 0.47/1.00 vMB 8
608,438 608,438 0000000000000000000955a1efd5ab81288c5bbcc48592d739b16fe2883eee77 1,957 1.00/1.00 vMB 6
608,437 608,437 000000000000000000144b8c3fd08b6fd19b63bb67756e0566f91f28f376722c 3,045 1.00/1.00 vMB 18
608,436 608,436 00000000000000000001d7b7b26f2ba607d7ea7783c4430e4192a3a929351944 2,614 1.00/1.00 vMB 13
608,435 608,435 0000000000000000000b5d9b51d7059947d9358d25f2c0af99033105df92400b 2,159 1.00/1.00 vMB 29
608,434 608,434 00000000000000000000908cea1d2b3ec484440e313650f5a49f1824c0344f7a 1,931 0.64/1.00 vMB 12
608,433 608,433 000000000000000000139dfc1531385688ce2e852f0090f2fb391f298b65c6c1 41 0.02/1.00 vMB 11
608,432 608,432 0000000000000000000661cf219eb7b06b5e599371ccc98b8a30b3b990051a7e 769 0.19/1.00 vMB 14
608,431 608,431 00000000000000000008a6e4f722dc63cdf3f4937bfc66e107fab3e61a6012d3 2,131 0.61/1.00 vMB 13
608,430 608,430 0000000000000000000d3441fae0199f57831c2f8ba3fab94445a0a2d27536df 2,461 0.76/1.00 vMB 14
608,429 608,429 0000000000000000000bffef86b6dbc049e150b598265d912f6700a848a57bf1 1,627 0.50/1.00 vMB 8
608,428 608,428 00000000000000000012e6e6870bff1d03b471cddf49ec14ceb7d07f5bad553b 1,710 0.99/1.00 vMB 5
608,427 608,427 0000000000000000000bddc281711623109e657a64e3a846e81b9157bbee2992 2,835 1.00/1.00 vMB 18
608,426 608,426 000000000000000000043761a21367ee993659994a2fe1e3dbcb1e9b4d84f289 2,620 1.00/1.00 vMB 21
608,425 608,425 0000000000000000000e838edd84a5f80d9ded23411d0ba1f66b094904a33fdd 2,724 1.00/1.00 vMB 15
608,424 608,424 0000000000000000000e91278f08fd8532acee28aaa0ddfd5ef1025217b1f2a9 2,277 1.00/1.00 vMB 15
608,423 608,423 000000000000000000129fbb8c779b98f7d1c9d7fb74be130c6ca462483a4e62 1,484 0.68/1.00 vMB 13
608,422 608,422 000000000000000000075b53cf3720c03aab086b980be262c49af67a75338c17 1,033 0.68/1.00 vMB 7
608,421 608,421 00000000000000000011631b7cd0650035d3c111d31af7b85ce5efd4fa310eb7 2,336 1.00/1.00 vMB 5
608,420 608,420 0000000000000000000ece9d94cb33f90118439cff10036ee64fad2b992df503 2,433 1.00/1.00 vMB 13
608,419 608,419 00000000000000000008f36bd2db381741501d0c810bddf746b107409cd230e4 3,302 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.75 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: 708.81 GB
    • Received: 16.78 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.