Loading Tool

Explorer IconExplorer

Memory Pool

73,967 transactions
27.39 vMB
0.06762074 BTC
Random Selection Loading Transactions
Max Size: 166.99/200 MB

Candidate Block

Mining Attempt 89a1c5951c94a75f1e899f320d73c3a06df7814aacbf9c8c2495af13fd0c39bb
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root 7507db6fbeaa60364970df8f8fc3fae92deb323ba4c59ba537d59494445d8507
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,056
Size: 1.00 vMB
Total Fees: 0.00923756 BTC
Feerates: 74.05 > 0.93 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (895,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
20,048 20,048 00000000e1f1a10e87a019517ee699b7f7e1f9239e6743da068ddb96cceb1a17 1 0.00/1.00 vMB 0
20,047 20,047 000000002727eb9ba2c9c429176fa0977d52050fe646b44f1dfd4295211440f8 1 0.00/1.00 vMB 0
20,046 20,046 000000009c5d6ed76c7d39d4e327f79b377b0f43c37d399068acba7745089bf5 1 0.00/1.00 vMB 0
20,045 20,045 00000000f5cfc420aadb0b40a312469ef473022b501fdc6cee448ab83a72724f 1 0.00/1.00 vMB 0
20,044 20,044 00000000dcb03f7e0d6f2b4fba910750301adb82341a6ef877914f61ab7830e0 1 0.00/1.00 vMB 0
20,043 20,043 00000000aefb3b749e25c29ff06795d5eabc82d27a3714e464af351820d8cfb2 1 0.00/1.00 vMB 0
20,042 20,042 00000000c11f0e1f70f55aa115dbee6edbb29f49eb09b698256fd2c72532fa72 1 0.00/1.00 vMB 0
20,041 20,041 000000006c3ad98ca8af885c7bbd6a856c024d77b5e988cd0b46969219499a5b 1 0.00/1.00 vMB 0
20,040 20,040 00000000d0554de2df253f58eb8a079bb3c7038cda16ede6432f58a6c74aa9da 1 0.00/1.00 vMB 0
20,039 20,039 000000001baa74d8a28185fa1efe7e880b38082b2796fdeb64cf90ea1463701b 1 0.00/1.00 vMB 0
20,038 20,038 0000000048446600131aab365092708786bd9a3c034aaac2b5feab40ee499997 1 0.00/1.00 vMB 0
20,037 20,037 00000000d84b39383a82775987acc540d39f5f4a32efa0ae46cc33699c2ea515 1 0.00/1.00 vMB 0
20,036 20,036 0000000037b4ad79e5df724243fd33b3d785c4c04d21bfeecf90032292c44c19 1 0.00/1.00 vMB 0
20,035 20,035 00000000ed5aba47fa5babc4b22050ab5fceb62501316a264b0c84e6f400772b 1 0.00/1.00 vMB 0
20,034 20,034 000000002c68aa43a7d8385b54bc36a990a62517e78795f5d3d329c719696fc9 1 0.00/1.00 vMB 0
20,033 20,033 00000000138adc3ea56960cb3751107981f19d3f6365d3d5e1110164afa53f5b 1 0.00/1.00 vMB 0
20,032 20,032 00000000e89260fcf43ae9fe7b4f9b72d29db30bb65e8a379555c3b82ba65bff 1 0.00/1.00 vMB 0
20,031 20,031 000000009dccc662c37d2ab7f041976c7ab02488efc763dc6cf36597224cde93 1 0.00/1.00 vMB 0
20,030 20,030 000000000301aa9b0b0b22d392cd1e5f84ad729c814c7250d760298d00f708d3 1 0.00/1.00 vMB 0
20,029 20,029 00000000d08cdfd39dbcfb21c3666eb94be307e50718eace6f8fff8c855d2511 1 0.00/1.00 vMB 0
20,028 20,028 00000000c9eb43f2bb0c9fd8bfe0c3ac4fec775c70afc73e65066b1acce2e827 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.90 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: 713.54 GB
    • Received: 17.39 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.