Loading Tool

Explorer IconExplorer

Memory Pool

41,084 transactions
19.85 vMB
0.05953960 BTC
Random Selection Loading Transactions
Max Size: 110.73/200 MB

Candidate Block

Mining Attempt 4118fb7c6ffed4539cc2b0ddf68218ad1cbe379c9962100af22926c873b01c07
Version 20000000
Previous Block 000000000000000000018dfea523a08efde97d0baa6ce74524f912cdf4780010
Merkle Root a3042accbe8f4cd50e8e2f89f643e18a65b3930c57a5863eb0ed0aafadb54b28
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,230
Size: 1.00 vMB
Total Fees: 0.02073578 BTC
Feerates: 578.69 > 2.08 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,064 (861,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
52,265 52,265 0000000014968be07880af5c0ceae81e4cc06a18a3d62e3f754833ff98254f98 1 0.00/1.00 vMB 0
52,264 52,264 000000000c341725dac8680a83546092b4fdeea6ce3794263678825d11756bd4 1 0.00/1.00 vMB 0
52,263 52,263 000000000e0a7f128d4b4e664ca69a7b5d5dfedf67dffd436b98030a06c2d513 1 0.00/1.00 vMB 0
52,262 52,262 00000000182f9e7ce4199340f871c4280cc27ba56dc03fed0f3d14fb6f55d725 2 0.00/1.00 vMB 0
52,261 52,261 00000000191cd2a181c0da0640539843ab52e02c49064d78f26e4da9f09b6747 1 0.00/1.00 vMB 0
52,260 52,260 0000000005af4f6c18eb2a3791ebc4003bbfec8df16b34fe88eac93d02d1d122 1 0.00/1.00 vMB 0
52,259 52,259 0000000012c217e7b8b88c7d2f750c57359cf138774a6e297f6ce958f6aba419 1 0.00/1.00 vMB 0
52,258 52,258 0000000011b5eb2eb606b290084ac106b242463a946ceeb6c8bd07c56b5412d8 1 0.00/1.00 vMB 0
52,257 52,257 0000000015ddf987646ef9555c56751cccfa709d2a26c8fe0d1f691f15429dd4 1 0.00/1.00 vMB 0
52,256 52,256 00000000153833d0533c66853855e2f628f296e07f38b9adb340c377b627eb27 1 0.00/1.00 vMB 0
52,255 52,255 0000000007717753df264f977cea317e1d72b6a843cd8be687b8e991c8b882da 1 0.00/1.00 vMB 0
52,254 52,254 000000000853832525489b46c2e7a3421ceaaa129bcd4508772a50fec921c2d2 1 0.00/1.00 vMB 0
52,253 52,253 0000000004126c4fe4a80b12edddae86e2df78124deff4a9515f791ecce090b7 1 0.00/1.00 vMB 0
52,252 52,252 00000000057c27a540d32dfe5126247b5d93d6872c0ed35c4a3263e22b48d7d7 2 0.00/1.00 vMB 0
52,251 52,251 000000001c4763d521ffa1941f4eb257d8e4c24f18511c4b31e205d2b1bfc13a 1 0.00/1.00 vMB 0
52,250 52,250 0000000019efaecd41f922eee75f85c2c7552e56afb3b9dfbd73dd608e8d6515 1 0.00/1.00 vMB 0
52,249 52,249 0000000020552dd3c880ad679a9308e1dfd1829d68763730bd9d328f12243eb2 1 0.00/1.00 vMB 0
52,248 52,248 00000000152be95d6f7ae56858d8258f20b319326d62f0c06ce0342d40244264 1 0.00/1.00 vMB 0
52,247 52,247 0000000005639fc655a6a18980943e4c283e9bd6b6f9881aae9a6caaa9cf3263 1 0.00/1.00 vMB 0
52,246 52,246 000000001b7558a84b3b1fdf261d04af32bf645557d4c6a13d986a97a94dbd05 1 0.00/1.00 vMB 0
52,245 52,245 00000000046e57b28b04dbd25f6bd9c466a8ab068fbaf380b93e69af7bed2b71 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.71 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 554.83 GB
    • Received: 6.82 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.