Loading Tool

Explorer IconExplorer

Memory Pool

74,624 transactions
30.17 vMB
0.08388400 BTC
Random Selection Loading Transactions
Max Size: 178.94/200 MB

Candidate Block

Mining Attempt b082db4fe38af2c20e7ae60cb18f5e5e3a1b3b4b2a03323a83c19a724e22b27a
Version 20000000
Previous Block 000000000000000000014e1cbebc37caf5dba55aec5f1ce07294267a88d026d0
Merkle Root 6f3c50d5f8256340db4c52d4e5a08c9081e435ccf4ed07cb9d0087bb010b4b94
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 367
Size: 1.00 vMB
Total Fees: 0.01239943 BTC
Feerates: 52.36 > 1.24 > 1.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,426 (54,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
861,409 861,409 00000000000000000002478aae1015ab5e01c7b4e403b7ab1d06341ab9c800e5 7,922 1.00/1.00 vMB 2
861,408 861,408 00000000000000000002fbe9e3dbfafd8273c7722064dab2aa481de7eea34e7e 4,344 1.00/1.00 vMB 4
861,407 861,407 00000000000000000001d4605768773a467f872227ce5e1232d03c8e580f7dbe 4,369 1.00/1.00 vMB 6
861,406 861,406 00000000000000000002d6c45907331ab027e667128df965bc8dfc6fd916fee3 3,778 1.00/1.00 vMB 2
861,405 861,405 00000000000000000002a514ad9f5e8f0d801725bbf94ca4a292f5ce879ea01d 3,371 1.00/1.00 vMB 6
861,404 861,404 00000000000000000001c84f5a79a928508103ffa6d052dfa94009d32a28812b 3,367 1.00/1.00 vMB 2
861,403 861,403 000000000000000000007c4d36137b82fab49778618103e532c74dc88cd71e71 3,541 1.00/1.00 vMB 5
861,402 861,402 0000000000000000000090162f22e85349146a748d5d1f4bcd4832a3d9214f0d 7,093 1.00/1.00 vMB 2
861,401 861,401 000000000000000000012c82f84fdcdab88ae1e406f098735a890f77772cb244 5,280 1.00/1.00 vMB 2
861,400 861,400 000000000000000000008422d84948a94f55a599989c6b78cefcc80817ed7622 3,575 1.00/1.00 vMB 5
861,399 861,399 0000000000000000000236d0695a112bba1c8a644b2dd929b92f5f852603300b 4,381 1.00/1.00 vMB 5
861,398 861,398 00000000000000000001732e4598d0d48066b5ae9c6fe8bd80b1bb70a2a2f755 3,588 1.00/1.00 vMB 7
861,397 861,397 0000000000000000000268753d832d9a1104aab0c68ec0c06781279f78d6d0ee 7,440 1.00/1.00 vMB 2
861,396 861,396 0000000000000000000007257017f6aeda59b800228276925175bed7b3e0379a 4,337 1.00/1.00 vMB 4
861,395 861,395 00000000000000000000ddb035efd3669f0e8e54c21fa49ab2936faf5dca2cd4 6,806 1.00/1.00 vMB 2
861,394 861,394 00000000000000000001607df791af22370d89039127cdf550b404ba18fe2bf2 4,376 1.00/1.00 vMB 3
861,393 861,393 0000000000000000000013a704c4e90c7e6705ce6d7cd06500cba8ef389c0ddc 5,059 1.00/1.00 vMB 3
861,392 861,392 00000000000000000001d7c5b1e54698da1c49a69577db27720e0f0f4e9e72d4 3,638 1.00/1.00 vMB 2
861,391 861,391 00000000000000000000ba762cf3212ff632f76dea0c3e9b5b57ad8101bae516 5,401 1.00/1.00 vMB 3
861,390 861,390 0000000000000000000118f06f367584e6829a38a6aec794aeeff97610a8f7d1 3,752 1.00/1.00 vMB 2
861,389 861,389 0000000000000000000053152893c4883b2cc77723a5d2ca168bc0f2b469f9e4 4,297 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.13 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: 739.37 GB
    • Received: 18.62 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.