Loading Tool

Explorer IconExplorer

Memory Pool

77,629 transactions
27.97 vMB
0.08655315 BTC
Random Selection Loading Transactions
Max Size: 170.52/200 MB

Candidate Block

Mining Attempt a52b5db0b076e847e11622229eb626a2cd20c157335ab28b1bd32df2dd807a6b
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root a70177ead7a58120ae0ae062f2cc457ccddfc8a5ce06029528dbe665d7b93e42
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,070
Size: 1.00 vMB
Total Fees: 0.02644950 BTC
Feerates: 402.60 > 2.65 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (437,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,337 477,337 000000000000000001247cbe35bd2327bdb670c3425d2aef523f2a904bae4492 1,466 1.00/1.00 vMB 73
477,336 477,336 000000000000000000c10414ae23b4468770a41f8b6f9bbe2cd5f97a60091c85 604 0.29/1.00 vMB 153
477,335 477,335 0000000000000000008b3cc9929e2d819757f425ce689e91b162496f5d75fd90 1,208 0.99/1.00 vMB 81
477,334 477,334 000000000000000000b6f0c726f2b7fae91adc7d89865c2ac8ceb1ad78cbe3e2 1,602 1.00/1.00 vMB 100
477,333 477,333 000000000000000000437f72e1c93cad9d7502f2e0e6f936d1b1726b53312e73 219 1.00/1.00 vMB 3
477,332 477,332 000000000000000000fbb42ba2c21f2f1e7066a19e8f98552f28ae834df633d5 485 1.00/1.00 vMB 25
477,331 477,331 000000000000000000712f573e097e5defdf067333d891fdcdd9e97215e516f8 1,062 1.00/1.00 vMB 74
477,330 477,330 000000000000000000a297e6996ece83142dea6e6070d41604281171f336be7f 1,877 1.00/1.00 vMB 50
477,329 477,329 0000000000000000000dc4c8da983b6fd8e9d5776f953b0d9bdc1feb8e36876f 1,762 1.00/1.00 vMB 124
477,328 477,328 00000000000000000136c2b6aa3723a9c4f7732fe622eb1f02ec1b1a7a5ab5fc 2,126 0.99/1.00 vMB 189
477,327 477,327 000000000000000000846b12e379add7cab07074d58b9550baec1fd1c548064c 1,811 1.00/1.00 vMB 90
477,326 477,326 000000000000000000c4a4a87dd7b56432a3a51ac53b00d7c357916cd3902715 2,470 1.00/1.00 vMB 178
477,325 477,325 000000000000000000becfefb23bb36b43787f4627e9507a7f579c9629a02eac 482 0.22/1.00 vMB 142
477,324 477,324 00000000000000000087fe2dd4ba0c873a57036faba47db772f1df237a28aa77 1,450 1.00/1.00 vMB 98
477,323 477,323 000000000000000000a4196f19c3a864890c1adca3f51c79fe8dca759f73ccbf 857 0.87/1.00 vMB 39
477,322 477,322 0000000000000000011aa2eb5983684d78fe7da7f436fe70a851f323a1038336 1,872 1.00/1.00 vMB 131
477,321 477,321 000000000000000000f47aacfee186a175b654e996905aed24387ebc9e1fbae7 1,296 1.00/1.00 vMB 82
477,320 477,320 0000000000000000004d23ae9f38b13b2f3dd776e26538cef83354c568358447 1,382 1.00/1.00 vMB 33
477,319 477,319 000000000000000000276207ee83fbdd05ae94d4721021e29adf8a1fa9daf47a 1,817 1.00/1.00 vMB 69
477,318 477,318 000000000000000000ef6b04e4fe78c1d737d2d18ff7f06c4823928dc96b7604 1,655 1.00/1.00 vMB 47
477,317 477,317 0000000000000000004fc757f32c81a2ce5df5e94af6f4b282e5b7402e303e6c 1,679 1.00/1.00 vMB 169
Previous 10 blocks ↓
Total Size: 782.95 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: 715.03 GB
    • Received: 17.64 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.