Loading Tool

Explorer IconExplorer

Memory Pool

44,670 transactions
27.63 vMB
0.08936157 BTC
Random Selection Loading Transactions
Max Size: 144.85/200 MB

Candidate Block

Mining Attempt 4f6cdff9ba61666551c77e9fa99842e3d96c3309fbcc735e6ce6604fd82baecc
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root 84c45f3d066cf32263cfb0056989992383a91ee65dca302a0ad550cdd38934e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,998
Size: 1.00 vMB
Total Fees: 0.03525789 BTC
Feerates: 151.65 > 3.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (261,827 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,077 653,077 000000000000000000039db2d73a14b902c33ca16ae98988be65811b4ba697e5 1,444 1.00/1.00 vMB 20
653,076 653,076 00000000000000000005719c312bc2709266e88eccdf372c80e3d6a8073e8fe0 431 1.00/1.00 vMB 6
653,075 653,075 0000000000000000000d57f1b55350c948124ae52dde9562621555b187fa9aa7 517 1.00/1.00 vMB 4
653,074 653,074 000000000000000000076423f338f3b39fc2deb3c856090cd75d4652789a32de 2,558 1.00/1.00 vMB 34
653,073 653,073 00000000000000000005b0253dcdccf5cfcb869c86ca83e2ca72942b7d9a66c4 1,602 1.00/1.00 vMB 12
653,072 653,072 0000000000000000000ced1851033c6d0b11c9f79be36d06a2d6ffde7c26678e 2,179 1.00/1.00 vMB 23
653,071 653,071 0000000000000000000c51991fa7997b8d1430a1d7a4899c1e507e7e95e2b211 2,228 1.00/1.00 vMB 22
653,070 653,070 000000000000000000024932f53c1da16f0c38eb595d58e99266584467c61d3d 2,676 1.00/1.00 vMB 24
653,069 653,069 0000000000000000000da29a794118e3c769968a8ea760f453af0073db43f774 2,141 1.00/1.00 vMB 14
653,068 653,068 0000000000000000000ae95e2dfc1c9313645b63b43e826d70c001d24ee3f7e8 2,763 1.00/1.00 vMB 49
653,067 653,067 0000000000000000000c1922bf39e647cb8f715d71a61eede2cd3d72ce15a79b 2,738 1.00/1.00 vMB 31
653,066 653,066 00000000000000000005e228aa1f591c78ffa808e3d697ce2baaa8ba021c38a9 2,834 1.00/1.00 vMB 65
653,065 653,065 0000000000000000000ace5160c8e130e89fa0de0da967e1c9a8f5bc4b58d268 2,283 1.00/1.00 vMB 17
653,064 653,064 0000000000000000000690c5f5cba1cd2f3c53d308d1991aeb6d10e148227e75 1,671 1.00/1.00 vMB 43
653,063 653,063 000000000000000000019aaa216f089caa26c449525a8d4de11792e24fb07a83 1,953 1.00/1.00 vMB 18
653,062 653,062 0000000000000000000a1dc397ed9a3e6f5f268c927690424d01222ca65b0eec 2,623 1.00/1.00 vMB 55
653,061 653,061 000000000000000000017170670ace17693962caf6ea621de20a202f1472f1b8 2,768 1.00/1.00 vMB 49
653,060 653,060 0000000000000000000c327332190a36badbb9f01f3bdf694cd8485de8eef50d 2,472 1.00/1.00 vMB 57
653,059 653,059 0000000000000000000802ac82bf1c7173841e58c70e7574b6e08bb8e78390ff 2,275 1.00/1.00 vMB 28
653,058 653,058 000000000000000000011c2ec02fb07d0ccb8197a762d6824c6e6779285b7988 2,969 1.00/1.00 vMB 79
653,057 653,057 000000000000000000019d4fba0aebc096afb55d63c48123b37f073cb775e9f2 1,353 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.22 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: 654.72 GB
    • Received: 14.17 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.