Loading Tool

Explorer IconExplorer

Memory Pool

81,411 transactions
32.08 vMB
0.08446732 BTC
Random Selection Loading Transactions
Max Size: 192.53/200 MB

Candidate Block

Mining Attempt d6a940cf175f8db79b3d8069259c0acc88d2840b0291e2bd7e77dce47eb3a683
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root 4b7348a09159c87681bae8099dba2399611b8319745fa472a312a1b3886f69dc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,253
Size: 1.00 vMB
Total Fees: 0.01356431 BTC
Feerates: 119.03 > 1.36 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (90,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
825,171 825,171 00000000000000000000be7d1026d8c4aa0b8a903bbe1d2c53e0e8deab0d97d4 3,035 1.00/1.00 vMB 42
825,170 825,170 00000000000000000001baa920d74b2aa5b2f6c7ff43df00599e2015f1091b49 3,160 1.00/1.00 vMB 43
825,169 825,169 000000000000000000008498bb93ebdf47d9896fbc322a6f09bc615055e2b94d 4,189 1.00/1.00 vMB 57
825,168 825,168 0000000000000000000307046a40553503e7e977523e3975d059773b16e4b279 3,890 1.00/1.00 vMB 62
825,167 825,167 00000000000000000002d4608d2a7969e353d0abf17d1c7eee59d122a4cd4a15 3,601 1.00/1.00 vMB 95
825,166 825,166 000000000000000000011062f899f76c1b76db78db09548465a64b5853ec27e3 2,140 1.00/1.00 vMB 38
825,165 825,165 0000000000000000000354236a3766dde1f335d6b3bc58856388486aecd5e74c 3,822 1.00/1.00 vMB 67
825,164 825,164 000000000000000000029163d9efb1bad405710696cfd1d3327e92e0c81a7562 2,971 1.00/1.00 vMB 45
825,163 825,163 0000000000000000000278e44ad6b5eb2a1254e22e4ce4154dd4708219bfffa5 2,462 1.00/1.00 vMB 56
825,162 825,162 000000000000000000006b1e77b7890b5b29c5507c0f7fd49511e740d7d3ea0a 3,933 1.00/1.00 vMB 61
825,161 825,161 0000000000000000000366a5c7317a5e7d10c910210694b2e92ff3be30b5fe0c 3,005 1.00/1.00 vMB 50
825,160 825,160 0000000000000000000063c95e4bdcc44f516ee6cad040ef3ce4235b8da1b381 2,623 1.00/1.00 vMB 59
825,159 825,159 00000000000000000002121581894d3f9781c08bd4feba3b233479945cbeb440 3,476 1.00/1.00 vMB 106
825,158 825,158 00000000000000000001197e2e9146f72916234ea92d2dff0bee92656b9afb1c 3,923 1.00/1.00 vMB 78
825,157 825,157 000000000000000000018b81890b21fa8b12b279e9f2de317b38c64bc087e50b 3,167 1.00/1.00 vMB 88
825,156 825,156 0000000000000000000362ff993ff5c21747685c5aa84f20a6f11fa6083c1001 2,816 1.00/1.00 vMB 42
825,155 825,155 00000000000000000002828a7dd444d8364b02d02fc61ebf1db41d87b54b721f 3,540 1.00/1.00 vMB 74
825,154 825,154 000000000000000000020a538162354894638f154b0b0404ecec0944228f213b 2,999 1.00/1.00 vMB 70
825,153 825,153 00000000000000000002b513b10e133d4a026f355f06882b1c573486b88b9927 3,128 1.00/1.00 vMB 89
825,152 825,152 000000000000000000017cb18f1e32fb4dbbfb4e65a48d160960b19d15744fdd 1,835 1.00/1.00 vMB 41
825,151 825,151 00000000000000000001336c708e5ef8e4a604ba9d245cb7cbf5477949215941 3,569 1.00/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 782.70 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: 697.31 GB
    • Received: 16.55 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.