Loading Tool

Explorer IconExplorer

Memory Pool

79,121 transactions
29.35 vMB
0.12426853 BTC
Random Selection Loading Transactions
Max Size: 176.72/200 MB

Candidate Block

Mining Attempt 01411972d89cdf57f18582eb5586ef7c3c342a8c8a5c624af04b6c31ea779f3c
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 05487dc0672f9039f8c5b0d745f43fb57eb371e6173a2860e32085d5d13707e8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,294
Size: 1.00 vMB
Total Fees: 0.04503373 BTC
Feerates: 150.80 > 4.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (449,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,268 465,268 0000000000000000000219cb17ed81196afe9108dd40d528a8310221e91ae717 2,334 1.00/1.00 vMB 209
465,267 465,267 0000000000000000002647f3f0235aae84bdb0eeed6fb99ac2a4b357af2d2fea 1,773 1.00/1.00 vMB 160
465,266 465,266 0000000000000000008126b6ff1bcd1061d3b49d0ca50fde1d2b339a116dd1da 796 1.00/1.00 vMB 89
465,265 465,265 0000000000000000015094bca120b1da9f4b1a542499fe93386fcc3ba6a08420 2,076 1.00/1.00 vMB 143
465,264 465,264 00000000000000000082f17eb83cef93ef64966b0f8e385b71fa8fdc9292ce6b 2,029 1.00/1.00 vMB 218
465,263 465,263 00000000000000000167fb5a9fa7f1f8390780702f9e8c6971dd23a586bc3f1f 1,232 1.00/1.00 vMB 138
465,262 465,262 00000000000000000033d6f2981046bf86be78bc25af6bec6fed7516ef12e799 1,902 1.00/1.00 vMB 150
465,261 465,261 0000000000000000016b7342592fc3b012ecc12897fd67589b9df6f97c88bcac 2,147 1.00/1.00 vMB 174
465,260 465,260 0000000000000000004021f798847471f8bfa6d6573bf5592632e4f19d11461a 2,365 1.00/1.00 vMB 193
465,259 465,259 000000000000000000d5a96f840f3f5444d537c324e34f09f872400920910a59 1,128 1.00/1.00 vMB 121
465,258 465,258 0000000000000000012e8ced8f55138f16abce728f4a1b780a13da78b9f2e0b9 1,315 1.00/1.00 vMB 118
465,257 465,257 0000000000000000001f7c25de102781df24a78e51afc06d2d08cbacb28f8a71 1,127 1.00/1.00 vMB 118
465,256 465,256 00000000000000000082f855a674c3dc50ca9e8465eb7fda87859bf6f0b56b83 1,918 1.00/1.00 vMB 163
465,255 465,255 00000000000000000203268e96344bf2c7e1b228d9ddc2f68b2344fa5a82ef3a 1,644 1.00/1.00 vMB 145
465,254 465,254 0000000000000000001c70a64d411b186b2bfd07765246df65baef429288d202 617 1.00/1.00 vMB 85
465,253 465,253 0000000000000000015f0bcf766e2fba81efe212552a1203c82a4e21c10ab11a 1,206 1.00/1.00 vMB 111
465,252 465,252 0000000000000000012b1e5b1576b0854a6da732c1d3aaffada4da53f139518e 2,123 1.00/1.00 vMB 91
465,251 465,251 0000000000000000000909a0da45d9ccc83354042a23deeed8482acb70304959 776 1.00/1.00 vMB 91
465,250 465,250 0000000000000000013ae658a02471b633ed3d6be6365649bfe9533f2e2a156e 1,185 1.00/1.00 vMB 134
465,249 465,249 000000000000000001779883d4bb28456f663585a6e28ed9425bfd2a9da30b3f 2,295 1.00/1.00 vMB 204
465,248 465,248 0000000000000000014e999438e2677d604d2b0dfdf578df070aaa7a0231e711 953 1.00/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.