Loading Tool

Explorer IconExplorer

Memory Pool

78,271 transactions
29.41 vMB
0.06655776 BTC
Random Selection Loading Transactions
Max Size: 176.60/200 MB

Candidate Block

Mining Attempt b36614bd47f73173b86ca5d81370d37409a5bb7e435bb8f58aa4f8ad1cd4d8a2
Version 20000000
Previous Block 00000000000000000000187ee6189e7067e8587b66047a365b53e905d3f953f0
Merkle Root 511e8778db5455a041037cb79ed8b29955965ca90bf900a6eb72cc55f8f01f84
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,743
Size: 1.00 vMB
Total Fees: 0.00681213 BTC
Feerates: 180.34 > 0.68 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,017 (432,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,194 482,194 0000000000000000011613d85e9ea1b130f86853bf351621c386f241437871fc 2,391 1.00/1.00 vMB 196
482,193 482,193 00000000000000000019cc7fccb44d9c82d07af1d7e0db6134ac1a9bb28e2402 3,527 1.00/1.00 vMB 28
482,192 482,192 000000000000000000d61b853c391c0f89ff42ccb261fc8bee2b07601de1967a 1,395 1.00/1.00 vMB 25
482,191 482,191 000000000000000001019fa9a3ca0f343fd214efc163400cf5f46983705fa4d8 1,698 1.00/1.00 vMB 110
482,190 482,190 0000000000000000005d6e00f41224e51a241f5d4503e845afd77304574a843d 723 1.00/1.00 vMB 43
482,189 482,189 0000000000000000008ebbbebf174843c73009fedcbee8bce50dcf36ef258334 1,912 1.00/1.00 vMB 228
482,188 482,188 000000000000000000296578a0719357dcf305e23c699d498d228a992468f7d4 1,851 1.00/1.00 vMB 182
482,187 482,187 0000000000000000005826dda4c312292dc18a3f5ebc0e4496c1d6d6eef45c2f 1,943 1.00/1.00 vMB 296
482,186 482,186 0000000000000000013477c4bf22fff0e939e4b3c5d6d790961a2b3da97cb873 1,300 1.00/1.00 vMB 94
482,185 482,185 000000000000000000dc31e801a3286203a9fc73523c8cc0702acb05ed909bfe 1,058 1.00/1.00 vMB 50
482,184 482,184 0000000000000000009353d7bded5e60979ba08c9741f86115271d35588c0a6f 2,082 1.00/1.00 vMB 328
482,183 482,183 000000000000000000d6543a3108b9edd899021646b0cdd8a3e150a8ced6f3ed 1,606 1.00/1.00 vMB 403
482,182 482,182 000000000000000001351e9e268a1bf3406991325728031adff72ce8c3a843fe 1,335 1.00/1.00 vMB 147
482,181 482,181 00000000000000000061cae89c2e06ed9d73ca63967db53cf4f8cd8236048214 1,756 1.00/1.00 vMB 218
482,180 482,180 0000000000000000006abbb2204e6f53428eae5bc08f76af953b316174d8f0d1 1,749 1.00/1.00 vMB 248
482,179 482,179 0000000000000000003d563c78390a7a0a22767edd592b2c5e04a31fb8c76063 1,556 1.00/1.00 vMB 179
482,178 482,178 000000000000000000b32f19d6ef529938a50a036912de6b159098cd6c17d79a 1,494 1.00/1.00 vMB 49
482,177 482,177 000000000000000000c660d0cc123fc385ccbf1f8d604dcdf3e2230327c2471e 1,937 1.00/1.00 vMB 275
482,176 482,176 000000000000000000337fb9db314b6023b42d8b4f58c72a6346b19ad40015a0 2,314 1.00/1.00 vMB 117
482,175 482,175 0000000000000000002ce8475772120d759b95fbc79f96d24d3eeb60e3600463 747 1.00/1.00 vMB 243
482,174 482,174 000000000000000001369e0b82722679d7937ec810d8a826d7e6f6280f32af90 1,750 1.00/1.00 vMB 375
Previous 10 blocks ↓
Total Size: 782.43 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: 665.47 GB
    • Received: 15.14 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.