Loading Tool

Explorer IconExplorer

Memory Pool

14,787 transactions
6.07 vMB
0.04763973 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 35.86/200 MB

Candidate Block

Mining Attempt 50404b5267a15155e66b319cd4f1f8fa46b125bde42c215f2aa7454cf5944fef
Version 20000000
Previous Block 000000000000000000008a32030f18bfbcf56f9bc4b6582f27818e6d2a5ec937
Merkle Root 05ab5f63e95042c6ef8abccf9f07d9754cccb8fa923839882ea03ebac2cfd5c4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,243
Size: 1.00 vMB
Total Fees: 0.03697990 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,448 (685,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
228,328 228,328 00000000000000a08d838e6408355cde4f8667a7b6631df3dfc940ee02a86fbc 129 0.06 vMB 89
228,327 228,327 00000000000000d7129d42a7343c760592caee2ce96d191bb2a11f0b4bd66f45 290 0.14 vMB 173
228,326 228,326 00000000000000fdad9bc9c92d965ed7cb1662b841f535897e1ee894e7029b99 62 0.03 vMB 30
228,325 228,325 00000000000000ef0675496210d648075cb2edebdd9609b4c8e204d997ac79f9 139 0.07 vMB 119
228,324 228,324 0000000000000247fa64a09bfc79d81f0adec74e0ed827b0ec392779b07dfe6c 273 0.09 vMB 160
228,323 228,323 00000000000001e3114c9ebc27f02c9fede207e92dcdb5c8c1f2b473227b744e 232 0.17 vMB 96
228,322 228,322 000000000000005ecb55274cf6939f8d7ab7fddce94b9e9b1c8eb69411dd52cc 234 0.07 vMB 236
228,321 228,321 000000000000009efb121d4f623a90c252515b875625679ae9482aa3a57025f3 116 0.05 vMB 83
228,320 228,320 0000000000000146caf0c39285466be407b5eab303eb72c400e6ede6bad046f4 192 0.06 vMB 126
228,319 228,319 00000000000000f63be6319ec048b3ee5f05d3c7455d4b6496b2389d346dca06 443 0.16 vMB 155
228,318 228,318 00000000000002381024bd168c6ac240844a3fd20e628d1fb10a31e00bd79616 249 0.08 vMB 28
228,317 228,317 0000000000000041d84df5c71db7e304062303a0540f6868c2562dd1235e5e6c 88 0.04 vMB 65
228,316 228,316 00000000000001f88c30ea234ea4e60796c13059b105cbe68ba2ee444788101b 59 0.03 vMB 45
228,315 228,315 000000000000014625317ef54cae4b3b5fa8261ce0e5a3a74feaaa9006724072 109 0.10 vMB 42
228,314 228,314 00000000000000a859827a6ac596676fc82da5d0d70c0f5151e259589d8ef4ff 207 0.15 vMB 66
228,313 228,313 000000000000024e424bedb68c1c3c124f80870e15cbdf36f7fb623efda225d2 304 0.12 vMB 154
228,312 228,312 000000000000015f66ce70be6dd08b93c2db89766b0d6b124f55d777af8a2164 601 0.21 vMB 159
228,311 228,311 0000000000000040b34fc81465df7e377cf2dae83dde9b9d16a6abe53e9f58d8 191 0.15 vMB 83
228,310 228,310 00000000000001627607cc2c7bf3ba765e5c90b85bd4c20fc0148b9fe9e2265a 182 0.10 vMB 100
228,309 228,309 00000000000000442a53233d8e4853b560563bf8f434ef4c1b939620d33b91f1 240 0.17 vMB 106
228,308 228,308 00000000000001160204cf27b71496c1fb6c3cdf674b1049f21d2ac40b1555c1 5 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.65 GB

Node Details:

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