Loading Tool

Explorer IconExplorer

Memory Pool

44,384 transactions
26.62 vMB
0.06296915 BTC
Random Selection Loading Transactions
Max Size: 140.44/200 MB

Candidate Block

Mining Attempt 7d4fb0009a15ea99a7ecf4adb61e1341a530b0acd0a5d489503dd2420fea59a6
Version 20000000
Previous Block 00000000000000000000e80075463d9b649392db1c3f77b6ad92bc26bba09057
Merkle Root f6d458c153e45da70397484746ad75c7d096843c332922491a0395b45dadfe6f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,091
Size: 1.00 vMB
Total Fees: 0.01402756 BTC
Feerates: 83.62 > 1.41 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,761 (463,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,268 451,268 00000000000000000272632b8a069e70ea44bf1c92163d8922074fbd4e3d5d82 1,456 1.00/1.00 vMB 141
451,267 451,267 0000000000000000016bf65eded8a9e4cf90f4259b9a7d88149d1d18e506ca89 764 1.00/1.00 vMB 127
451,266 451,266 0000000000000000023b95dec0da1c419f5c44d7347c59d69d22d660bcbfe5c2 799 1.00/1.00 vMB 134
451,265 451,265 000000000000000001b868642bc838f2cfd607fb5b524683494f64065a40b942 1,101 1.00/1.00 vMB 157
451,264 451,264 000000000000000001d1646ea3a182306a7fabedd8cbce79559f85bf5c33c17d 1,514 1.00/1.00 vMB 154
451,263 451,263 00000000000000000188c2e542d3665ad0d49c713dfc9ceba39c6a51ea0f4900 1,102 1.00/1.00 vMB 65
451,262 451,262 00000000000000000065bb61ab2015f6dfec1781f2530dabf718d98b182d9f32 1,650 0.89/1.00 vMB 91
451,261 451,261 0000000000000000014c689a22c6bc8c66a5381e440a9733ac6a5fb3f8c9c975 1,933 1.00/1.00 vMB 106
451,260 451,260 0000000000000000002ea56a8603055deb80c5b1e446e506894a2f7df46afe8d 1,468 1.00/1.00 vMB 130
451,259 451,259 0000000000000000003cfbf8297212aad3604b7899bca06b2abb39977cab9981 2,314 1.00/1.00 vMB 117
451,258 451,258 0000000000000000005a6c44fb160ccb9bc991dfe23126c954eec056c12200cf 1,968 1.00/1.00 vMB 131
451,257 451,257 0000000000000000028f3a9350375ee501e61ed06f9d708dbe1dee95deaf2fa1 2,189 1.00/1.00 vMB 104
451,256 451,256 00000000000000000096cfed41329152f03beb21cc56190a7b0cb262406b5205 2,300 1.00/1.00 vMB 81
451,255 451,255 0000000000000000015e3578ea4096628378a2db53de93c40cf41d7265a2aa57 2,467 1.00/1.00 vMB 122
451,254 451,254 0000000000000000019f2a44cfb2803e9a6170238139654581f754e8fba43a52 2,343 1.00/1.00 vMB 111
451,253 451,253 00000000000000000054c5fc55200e09c455d493fc3e62804a9d008e06b61d9b 2,882 1.00/1.00 vMB 86
451,252 451,252 000000000000000000d079dfcbbc570d9fb83bc34dce52b32fb5464d146b34d7 2,131 1.00/1.00 vMB 73
451,251 451,251 0000000000000000017742a711d35867ff94e1e18a232446896173e719b698a9 2,024 1.00/1.00 vMB 91
451,250 451,250 000000000000000001ff28d35da456571ff14ef97e84ff2813f4a9a3f65b8e57 2,524 1.00/1.00 vMB 85
451,249 451,249 00000000000000000234cf1d93ee9d05fbb469ea0fb39335fa723f6347b6b5d7 2,195 1.00/1.00 vMB 86
451,248 451,248 00000000000000000265bd895336594ab74276dd5d58c2a80d898a50085a4e6a 2,177 1.00/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 781.96 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: 647.62 GB
    • Received: 12.96 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.