Loading Tool

Explorer IconExplorer

Memory Pool

21,845 transactions
21.31 vMB
0.03372821 BTC
Random Selection Loading Transactions
Max Size: 112.57/200 MB

Candidate Block

Mining Attempt 053cd9593645a4e1e9b716b0a5ae4d30893b7ff5d42867a0f6a4577af4e1c492
Version 20000000
Previous Block 0000000000000000000108298cfcc74e748df2d1bfba9ff819121ba2f852c55a
Merkle Root 019d92e476af9ad91e058c2523b9b8ea71ac0536df731e22ec1da2a50497b02b
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,532
Size: 1.00 vMB
Total Fees: 0.01067293 BTC
Feerates: 100.30 > 1.07 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,781 (389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
939,392 939,392 000000000000000000012d8680c7c7d14e16843f012fd5703276a20ae1abbd4c 3,532 1.00/1.00 vMB 1
939,391 939,391 00000000000000000000fafff7df1c3349f0ddf09efa9cfe37ecf4cc680de534 1,038 0.30/1.00 vMB 1
939,390 939,390 00000000000000000000ac8fc2ac84855f4cb70851d77061636ff6916b1d437a 2,811 1.00/1.00 vMB 3
939,389 939,389 00000000000000000001ba595e7360aa958bd63c844a2ade2ce1038f231f01a9 1,481 0.52/1.00 vMB 2
939,388 939,388 0000000000000000000016c0209e38a2792a7512d5df5c807524e17117fe78a7 754 0.22/1.00 vMB 2
939,387 939,387 0000000000000000000165ba7fb108f02102e34f129792a7659fb68ba7107031 846 1.00/1.00 vMB 0
939,386 939,386 00000000000000000000dca1d2e9db6f36abb5728027c5dbe0ecd158599098f8 1,917 1.00/1.00 vMB 0
939,385 939,385 00000000000000000001d598db87237bd273c7704057afe37da957136dd2a45f 1,342 1.00/1.00 vMB 0
939,384 939,384 0000000000000000000080f4c5a5882e5e6bde09cb3e7b478d6723f897a97126 4,160 1.00/1.00 vMB 0
939,383 939,383 000000000000000000001e8b1598a50022c08fc1449bba2ba40999c04a5d713a 4,524 1.00/1.00 vMB 0
939,382 939,382 00000000000000000000447af2b8c26bcc8a93ce6660a60a6e12a240aefce8c3 1,121 0.36/1.00 vMB 2
939,381 939,381 00000000000000000001c184bd716e87639807c53df097d153ba7fac337a319f 4,541 1.00/1.00 vMB 1
939,380 939,380 00000000000000000001dbcc50b35aee694a49749c49e99bd4d02f0fe21c3da4 2,398 1.00/1.00 vMB 0
939,379 939,379 00000000000000000001b611852e42323ca09e8bd879747249d45b6308775d46 2,999 1.00/1.00 vMB 1
939,378 939,378 000000000000000000014907257b14d3af115bfafb89b0d1d609f8c3814b1b54 351 0.11/1.00 vMB 2
939,377 939,377 000000000000000000007685014d13e0096c25c62842a9225c1e45892c068971 3,103 1.00/1.00 vMB 1
939,376 939,376 0000000000000000000063da049c928cdd76133fca1c92a542ca69de38d2ed50 689 1.00/1.00 vMB 0
939,375 939,375 00000000000000000001ec520ab4c5c4eb7d9443191b5a506716b1c51a4a1b9d 2,057 1.00/1.00 vMB 0
939,374 939,374 00000000000000000000f47f3e2d875e054926058d805b37cc8e174374225fae 3,189 1.00/1.00 vMB 3
939,373 939,373 000000000000000000005fef2e0c920100d2eefca5c5f5bd42ecbc7b529a08ad 2,818 1.00/1.00 vMB 1
939,372 939,372 000000000000000000016a19a0a62b2febf3a13a505e778692fe7fa6a2a8a17f 2,306 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 826.33 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: 4,288.47 GB
    • Received: 237.69 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.