Loading Tool

Explorer IconExplorer

Memory Pool

81,731 transactions
30.83 vMB
0.09344462 BTC
Random Selection Loading Transactions
Max Size: 187.64/200 MB

Candidate Block

Mining Attempt 4d7ae53cc007ca8fb6719e6e6f2efe37e5cb8756132a6559ab5f8ee634a7cd2c
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 30d8a8ffdf99f60a6adae0863ed3d1821f1c64a9c3af9765cf95262c42bb610f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,700
Size: 1.00 vMB
Total Fees: 0.02374381 BTC
Feerates: 318.30 > 2.38 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (18,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
896,563 896,563 000000000000000000024b2ae3e0b4106eb1be4cd26b526e9ac8a4f4aad43880 3,503 1.00/1.00 vMB 11
896,562 896,562 000000000000000000000f03c5a1cb62a0b4cb271d325dc272be1775b570fd3f 1,972 1.00/1.00 vMB 2
896,561 896,561 00000000000000000000756430822cec6e6714334e0fd0e133720928cbff28fc 3,383 1.00/1.00 vMB 6
896,560 896,560 000000000000000000019555c8e09b672912768238985ca428d0f77a14f2696c 2,058 1.00/1.00 vMB 4
896,559 896,559 000000000000000000004079d02f4b47067e219ecc2af574ad02d8451d0fab41 2,295 1.00/1.00 vMB 2
896,558 896,558 000000000000000000016633e4dbef0cd7fd9bd35118bcf8a6980496c280545c 3,869 1.00/1.00 vMB 6
896,557 896,557 00000000000000000000f0ad809241f3bab1d02d4dbf6361d24efe5b99f7e609 2,475 1.00/1.00 vMB 2
896,556 896,556 0000000000000000000177eb6a6922d56a7fd3ec008a11be8e9dc802d22a9b06 2,436 1.00/1.00 vMB 5
896,555 896,555 000000000000000000007e05ff637641e39e29c6fe009a1c5ac7f2c99d55dfc0 458 1.00/1.00 vMB 2
896,554 896,554 0000000000000000000180d69e445ed8b057167502c5cfd440531f420837d705 1,354 1.00/1.00 vMB 2
896,553 896,553 00000000000000000000ade516d1a970bb09f3959d5d6bda860aa0c2015326b4 2,843 1.00/1.00 vMB 3
896,552 896,552 000000000000000000022e78e79fc9627ea0b010fa4537f218e59cb9999d4ba1 2,393 1.00/1.00 vMB 6
896,551 896,551 00000000000000000001caf66f13b6afceeac561899400148e8d9d9ec72f71cc 875 1.00/1.00 vMB 4
896,550 896,550 00000000000000000001ef4b42add7050c46e368fd8a58823914fec57ebbe4c8 2,348 1.00/1.00 vMB 7
896,549 896,549 00000000000000000000e063dbe7c4cbc5862eee7194ee655cbe1c3ea0baa1c6 3,502 1.00/1.00 vMB 6
896,548 896,548 0000000000000000000133d4e54ecdbc21d9552838dcf50a380cadef1cbed2f1 3,633 1.00/1.00 vMB 5
896,547 896,547 0000000000000000000107c1831b4a66c6cea00ffbeb228ab7b87047e8fa477d 3,142 1.00/1.00 vMB 5
896,546 896,546 00000000000000000001897bc3ad54fa822ce3bff20f27944957343656661d44 3,408 1.00/1.00 vMB 4
896,545 896,545 0000000000000000000218dba36a02de2a8e468812bb65883b6a53870bda439c 2,479 1.00/1.00 vMB 13
896,544 896,544 00000000000000000001c4fd8f8b831a35b46ca4e1e190d8091f6c93d7c5d263 2,785 1.00/1.00 vMB 3
896,543 896,543 00000000000000000000bdf72b65e8e01292cf9bcb3e582149a060a5fa78bf02 3,460 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.00 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: 718.41 GB
    • Received: 17.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.