Loading Tool

Explorer IconExplorer

Memory Pool

54,475 transactions
32.12 vMB
0.14818012 BTC
Random Selection Loading Transactions
Max Size: 171.60/200 MB

Candidate Block

Mining Attempt ea01baac24b3ea0bd63f89421c7b2b18842adeee399e0d44cf3873ad0ba660d8
Version 20000000
Previous Block 00000000000000000001313720cdab0b96a52eb599aa00254522f99d726b53eb
Merkle Root 23dc1a65404ee7560d1103b3d79718e9257e5224a00d0629967c2cebdc402630
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,263
Size: 1.00 vMB
Total Fees: 0.04686512 BTC
Feerates: 104.17 > 4.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,821 (348,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,194 566,194 00000000000000000028ef4e1959da767f854b4cc4fabe10b0cb23409ccafb2e 2,831 1.00/1.00 vMB 20
566,193 566,193 0000000000000000000fbfca61cf6c794c8d49d214d89c8678255083f1f7a1ff 2,449 1.00/1.00 vMB 40
566,192 566,192 00000000000000000026101c1301dc00858473ff5b964f3fa304678e0f1d7293 1,668 1.00/1.00 vMB 42
566,191 566,191 00000000000000000005eab2ac60d8bb3242d9fb0bf3b6576a979b036d637197 2,386 1.00/1.00 vMB 42
566,190 566,190 0000000000000000002c6ab5df7105d30d4e562325e1ae0cc3c4b735ae67d545 2,038 1.00/1.00 vMB 58
566,189 566,189 000000000000000000238201e48d99d02d82b3af93279c62c543ddf0504eb81b 1,360 1.00/1.00 vMB 22
566,188 566,188 000000000000000000201a4b657068b18b7e8cd65916d0e6f4fdf9ed9f53521f 2,013 1.00/1.00 vMB 29
566,187 566,187 0000000000000000001aeb5841b1fcf6ccfdae1f2cd8e75cbe96c74d6cf1fa08 3,058 1.00/1.00 vMB 33
566,186 566,186 00000000000000000015146b3ade4afcf216b741d3b25e2488816f4a462b4a4f 2,435 1.00/1.00 vMB 55
566,185 566,185 000000000000000000284ec28c46e2e0f21b5bb2a3673724b735f824f94fb1f4 1,029 1.00/1.00 vMB 83
566,184 566,184 00000000000000000004948237f188f025fc24ffca82585c754dcaa97b6de374 2,325 1.00/1.00 vMB 26
566,183 566,183 00000000000000000001c4baa0dc392c597809f28651c7b2477f460cb451050d 2,274 1.00/1.00 vMB 8
566,182 566,182 0000000000000000001606274b62eedc3b6983f53dd058e19c5005282fc81da5 2,844 1.00/1.00 vMB 29
566,181 566,181 000000000000000000150275ff763e1dbaa5bbdc16694caf2c59da7164914c29 3,166 1.00/1.00 vMB 23
566,180 566,180 0000000000000000001360cc7821b029e673dba2c54d4c7c805bcaf17b29e5cb 2,427 1.00/1.00 vMB 28
566,179 566,179 000000000000000000159e10151a82f9c3af7648326084bc19acdcf1a8d45e9c 2,660 1.00/1.00 vMB 44
566,178 566,178 0000000000000000000103700e1ea0261a26dbf50a0a4b5b7ed77cf9124947e0 2,442 1.00/1.00 vMB 56
566,177 566,177 0000000000000000000112064fe2f2c0f9761fbc209d9a833ab9ed105b3dce38 2,286 1.00/1.00 vMB 36
566,176 566,176 0000000000000000002401e4aeba11a29827b62c9a221f461ddf58d45c3748b8 2,690 1.00/1.00 vMB 50
566,175 566,175 00000000000000000024f5cb303d1ef4b050529842f8b48e5d96942729a7336b 2,676 1.00/1.00 vMB 25
566,174 566,174 000000000000000000177b3226d3b13f67235e8414f32bf4e6d5cc026980a23b 2,186 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.07 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: 651.26 GB
    • Received: 13.51 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.