Loading Tool

Explorer IconExplorer

Memory Pool

37,313 transactions
25.96 vMB
0.07633116 BTC
Random Selection Loading Transactions
Max Size: 133.74/200 MB

Candidate Block

Mining Attempt 8aba521a1daf47fa0b3b22b84ddae74ea596097897da9b6ed4cfbab1bbe6a27b
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root f3839a4822e9e75b784787da2f0fd1ff44c68a49530b721fe3a64134f096d72c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,690
Size: 1.00 vMB
Total Fees: 0.02895587 BTC
Feerates: 502.65 > 2.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (262,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,567 652,567 00000000000000000008786affdc369eed60b7e38fee28e8c9d4bb4d827b6fc4 2,117 1.00/1.00 vMB 72
652,566 652,566 00000000000000000008f6e4887ae51a45eb764d5d3cfeab4e0a0498a3c5f8fa 2,766 1.00/1.00 vMB 100
652,565 652,565 000000000000000000053e24ca187d597824b4fdf21b57b0261b4ebd0bacffb9 2,867 1.00/1.00 vMB 63
652,564 652,564 0000000000000000000b2c4f87d7c697953876e327cbe631af43794dc8aadcb6 2,601 1.00/1.00 vMB 50
652,563 652,563 0000000000000000000c912ae47c5b42ffccf345dee633bc177040bea1e04854 936 1.00/1.00 vMB 15
652,562 652,562 0000000000000000000e205650c6a77071b756002e2f2af0d099b46119ff2e40 1,593 1.00/1.00 vMB 16
652,561 652,561 00000000000000000009e6bef941fe9858e319d79ea33eedb3f1ab70cc29650a 2,211 1.00/1.00 vMB 23
652,560 652,560 0000000000000000000813983f76b8dc8d0e68b97f8454a71e5e242feafe653c 1,993 1.00/1.00 vMB 37
652,559 652,559 00000000000000000006c22be761035c98d021fadcfd84bc3b62dd305ee472f3 2,902 1.00/1.00 vMB 48
652,558 652,558 0000000000000000000470aed5d414551428aaac82c370edc38e81df4d2f8430 2,808 1.00/1.00 vMB 60
652,557 652,557 000000000000000000058ab76d4a1f4a10a30ebf79925980c01606a71219aa38 2,257 0.80/1.00 vMB 55
652,556 652,556 0000000000000000000c6f9e9472dba59f6978e4f02bbcc717ea34a4ed73cddf 2,593 1.00/1.00 vMB 73
652,555 652,555 0000000000000000000cc8a2e8f17f8da395157d3e3371a9f71aabb1b6d6a9d1 2,936 1.00/1.00 vMB 100
652,554 652,554 0000000000000000000c000d01667dc20629e7c362867e0e2c627e209f275952 2,398 1.00/1.00 vMB 103
652,553 652,553 00000000000000000003cd6272e14041a07b4eb831906cbcd83768cbebdaffd3 2,326 1.00/1.00 vMB 39
652,552 652,552 00000000000000000001a35a599a36d2dfef562b745d47fe618ca9c497bd57c2 2,251 1.00/1.00 vMB 40
652,551 652,551 0000000000000000000d1085f805cf5db00f977a6b612f80bb53499599333d87 2,283 1.00/1.00 vMB 52
652,550 652,550 00000000000000000001037545e241cd1d2ed8dc0a34e1eaf17b14ba791739d3 2,477 1.00/1.00 vMB 60
652,549 652,549 00000000000000000005e79d3a0151d81cf5144a67f074aa26e0d41e89f07412 2,114 1.00/1.00 vMB 80
652,548 652,548 000000000000000000024495be455387ff8e69e95fd6884dbf99782511bf8832 1,953 1.00/1.00 vMB 84
652,547 652,547 0000000000000000000d654d79c5309203b02548d8f5156daaa263ccc4cf495c 2,200 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.