Loading Tool

Explorer IconExplorer

Memory Pool

85,578 transactions
31.92 vMB
0.20816901 BTC
Random Selection Loading Transactions
Max Size: 190.91/200 MB

Candidate Block

Mining Attempt aeed338e2896e092d25156c58de4ff36ee8d1825f6068e7435273b636f477729
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root bfb4b34f376b22d8dd59c5e0cde56725068ed0f23ea9b08b3173cebfdbd27fbf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,926
Size: 1.00 vMB
Total Fees: 0.09418149 BTC
Feerates: 529.10 > 9.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (343,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,449 571,449 0000000000000000001d2c103216b3a1256aa8198ae3483c5ee6a35dd5fbee37 2,018 0.99/1.00 vMB 14
571,448 571,448 000000000000000000005a97bf801e808b0a3d1b5e6bd0b6601304c9e61b0d1d 3,055 1.00/1.00 vMB 40
571,447 571,447 000000000000000000057ed7677703561e211dba2e2e47548703e11366cc1bb0 3,011 1.00/1.00 vMB 31
571,446 571,446 0000000000000000001fbcdac24072ebc216727580fe43bb7eef156957649cec 2,732 1.00/1.00 vMB 82
571,445 571,445 000000000000000000072b16fd3167ee672ae02d809ecbbdedf7e78ac4feb521 1,782 1.00/1.00 vMB 53
571,444 571,444 0000000000000000000725db2895c698d50052c7de97a09bf5947ea3f53dde21 470 0.13/1.00 vMB 38
571,443 571,443 0000000000000000001582b8fbda50d83e01afe15b04edf366a2ce39f2266301 1,543 0.68/1.00 vMB 7
571,442 571,442 000000000000000000130a74dbedfcc742f72c8b4d372e582bdacb4adeaecd92 3,244 1.00/1.00 vMB 18
571,441 571,441 0000000000000000001c855be0e111b00c68bcdcbe93c97362086b4b583787db 2,762 1.00/1.00 vMB 89
571,440 571,440 0000000000000000000200a93d0bc88f86549d7c5a39ab34725ae828c9726471 3,032 1.00/1.00 vMB 43
571,439 571,439 0000000000000000000f87c05c462d3874844cc161c6b0d5bc744d53c3937ef1 3,110 1.00/1.00 vMB 33
571,438 571,438 00000000000000000009d5dfd042e78d764319fb5be9f18aeaa8831b30cedc0f 3,105 1.00/1.00 vMB 31
571,437 571,437 00000000000000000027c1e739a23b2e446a7f875fa5ebcadbd6f4a7c639421c 2,703 1.00/1.00 vMB 91
571,436 571,436 00000000000000000023c45b540c548db20dddc67169fa7421d23d229ad73795 2,853 1.00/1.00 vMB 33
571,435 571,435 0000000000000000001e9f5ef6589caa2a00887370df3a7d8ca5a6c8a5590dba 3,219 1.00/1.00 vMB 51
571,434 571,434 00000000000000000003e7b54a831c13b313b13b88648fbcb2dd08a8a38bdb02 3,128 1.00/1.00 vMB 25
571,433 571,433 000000000000000000131882839da16b54c1e859ea5b28877dc82c79b07f3974 2,801 1.00/1.00 vMB 53
571,432 571,432 0000000000000000002a5599995c72c2d1c50120fbdbfc76930ba850bca67bc2 2,899 1.00/1.00 vMB 105
571,431 571,431 000000000000000000204a201bcbbe3eddb29e0683d5ef681f058e54ab122dba 1,484 0.49/1.00 vMB 12
571,430 571,430 0000000000000000002623c437c1e8118ecfd3ea9313522ba803c9ac04b05d61 3,149 1.00/1.00 vMB 47
571,429 571,429 00000000000000000004d4f5db2604c658b8c294ff6d87248611f8cb4557e76d 3,083 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.