Loading Tool

Explorer IconExplorer

Memory Pool

81,721 transactions
30.73 vMB
0.09820109 BTC
Random Selection Loading Transactions
Max Size: 187.65/200 MB

Candidate Block

Mining Attempt c89e01d02e4a667ee0c69a74b4f047aab6e5c0ef988c1f431eb123b8292ce216
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root df84499c76aa3e71a04297be375154f6cd16529c5b20acfd6b790f5e2287f2a8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,013
Size: 1.00 vMB
Total Fees: 0.02639658 BTC
Feerates: 301.60 > 2.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (210,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
705,110 705,110 000000000000000000000c66a2e48715436fcb229df6f2a22804813b7eae3e44 1,149 0.47/1.00 vMB 6
705,109 705,109 0000000000000000000107528696f2b34cc569f9edc4e4c24f26bbe7d8467bd7 3,109 1.00/1.00 vMB 15
705,108 705,108 00000000000000000000a3b1213b1d205b82e5d63c673fddf2dd6e1ddeb3559a 239 0.13/1.00 vMB 13
705,107 705,107 0000000000000000000e01a75f033c93c5cebd18c61e72aba3fc86e72514ea44 1,058 0.33/1.00 vMB 12
705,106 705,106 000000000000000000055e329845ae9eb0672185afd8863841a6c66faf9bba16 148 0.06/1.00 vMB 8
705,105 705,105 00000000000000000005425695fdb5139f3cc9d944e209bbe50c11d300c549d1 264 0.10/1.00 vMB 13
705,104 705,104 0000000000000000000495b51d0c33f9e0c312df81f43d07065d16fa7c4b12fd 598 0.21/1.00 vMB 14
705,103 705,103 00000000000000000004d1a50ba227a2b63387db66add461a959121999f885c3 1,876 0.70/1.00 vMB 17
705,102 705,102 0000000000000000000048fbdec39d5b7ae9015eba74399de2ffe9d209d79e6a 1,934 0.76/1.00 vMB 13
705,101 705,101 00000000000000000007dc7bad082eacf3a52fae5c241a5ae84bc53700300066 1,008 0.40/1.00 vMB 5
705,100 705,100 00000000000000000003a84715c6a0263e356a425bb1cac54e6934f915fb7dbf 2,077 1.00/1.00 vMB 13
705,099 705,099 00000000000000000007c98bab45eb883be7d0631dd284f3e3048d40f25e6979 2,093 0.86/1.00 vMB 10
705,098 705,098 00000000000000000002e42982785b2d0b6a904866adcb4add90658a797f2085 2,822 1.00/1.00 vMB 6
705,097 705,097 00000000000000000001cb320fb0f6eba8e20e609829165f62a5c0bf6ca8f607 2,782 1.00/1.00 vMB 7
705,096 705,096 00000000000000000002f7dc10368f8b594acd15ac539218ffbdafca60d53dde 944 1.00/1.00 vMB 11
705,095 705,095 00000000000000000004bc6df25908192fac6b5096fd86f33b0dd872e427373a 2,396 1.00/1.00 vMB 13
705,094 705,094 0000000000000000000b33a6dd47cd1ee298b76d49d5f01e78d41413b3d713cd 2,770 1.00/1.00 vMB 26
705,093 705,093 000000000000000000031d140ac44da71528bbc4d52bfb794d7bec346217c4ae 3,239 1.00/1.00 vMB 23
705,092 705,092 0000000000000000000d1f2fc998e7ec67eb2752bfa97a6d2d34dc63f8e4ddc6 1,665 1.00/1.00 vMB 16
705,091 705,091 0000000000000000000ac84b8a55657fc6ef3131ffecf6b75ff9cef993200e79 1,485 0.74/1.00 vMB 10
705,090 705,090 00000000000000000003eaf1430e29db0274d0df23a6c55663ce9d708ab9d3e6 2,863 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 783.07 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: 720.89 GB
    • Received: 18.30 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.