Loading Tool

Explorer IconExplorer

Memory Pool

84,769 transactions
31.97 vMB
0.12677016 BTC
Random Selection Loading Transactions
Max Size: 193.92/200 MB

Candidate Block

Mining Attempt 0ef42b8e6b0a7a225408a89b985c338bca7a2639de0c5028530c63e839f21d98
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 1e54b83dacf3806809462e8524fbb25fd6fbd073b0de4455bdb4b6b8b0e92d3f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,563
Size: 1.00 vMB
Total Fees: 0.03950188 BTC
Feerates: 405.89 > 3.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (109,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,122 806,122 000000000000000000049c53315b536275e5f9a0c9af35c9051b3febac23384d 6,182 1.00/1.00 vMB 11
806,121 806,121 00000000000000000003ae24fcc3d6b9364d049a7d44da7dff3cbdd7943f262b 4,802 1.00/1.00 vMB 9
806,120 806,120 00000000000000000003d10281ddbf049b119d0b6da6200c14a137f596b9168b 4,913 1.00/1.00 vMB 9
806,119 806,119 000000000000000000003430a255840a7ab61704d524da75d1c6fba1d142e703 1,929 1.00/1.00 vMB 10
806,118 806,118 00000000000000000003cc0b8c3f191adb63b98d4ec80755907b08de392b76cd 2,971 1.00/1.00 vMB 18
806,117 806,117 00000000000000000000c8b3063c4fa78d828ef636e2703ef2f22dde8a8972d1 6,399 1.00/1.00 vMB 10
806,116 806,116 0000000000000000000105d955884951eb41eb6d0b9dd17ab809c38561a51268 5,438 1.00/1.00 vMB 9
806,115 806,115 0000000000000000000175ff9cdfec84e65406e67bf32864dccae7460373f2f1 1,624 1.00/1.00 vMB 10
806,114 806,114 000000000000000000047b5f7e508f1cbcb439cc8171daf5390dae241489b948 2,083 1.00/1.00 vMB 17
806,113 806,113 0000000000000000000459349c4d92e353d07dd3e11701d27f2c5c756e0a66be 2,926 1.00/1.00 vMB 18
806,112 806,112 000000000000000000032b3257f0196b92db06c23a42924423233db9647fc569 5,932 1.00/1.00 vMB 11
806,111 806,111 000000000000000000006f1afa6b9adb6e5f10d5c06bb4167cb9320a6e569c86 4,119 1.00/1.00 vMB 11
806,110 806,110 00000000000000000001dcfbb9f236820fd908c8972b89e2db8cdbbd77095865 2,545 1.00/1.00 vMB 15
806,109 806,109 000000000000000000000578fe5cb19903d5d5f4b46fbe7b215cb2b4e0476c40 4,750 1.00/1.00 vMB 9
806,108 806,108 00000000000000000001b01c18a4dc1d1f84d7507867420b4dea6727f3bd768b 4,595 1.00/1.00 vMB 12
806,107 806,107 00000000000000000001bac10bd3dcad8fb2133a79be53080c024effa108fed8 3,297 1.00/1.00 vMB 15
806,106 806,106 00000000000000000000d82d881646abb2c13315bd31d73c1fe024ea1a4232ce 1,847 1.00/1.00 vMB 13
806,105 806,105 0000000000000000000184cd344faaf7c5ff89684a02d55783d380a9fc5942fc 2,885 1.00/1.00 vMB 15
806,104 806,104 00000000000000000004a94215f338dfb8ff010b24e3ab5708f97fb47419c94c 6,580 1.00/1.00 vMB 10
806,103 806,103 0000000000000000000374d2da3d78971ec06517eeb2cc0990c0c843a01f0c99 1,834 1.00/1.00 vMB 13
806,102 806,102 00000000000000000001d946c24b4e31d4197987e104fef23392e0d386ebcc63 3,595 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 783.06 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 720.76 GB
    • Received: 18.24 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.