Loading Tool

Explorer IconExplorer

Memory Pool

79,769 transactions
29.29 vMB
0.12714539 BTC
Random Selection Loading Transactions
Max Size: 177.30/200 MB

Candidate Block

Mining Attempt dfd0b39830d5c9254e2a4b2fa1ce3d99b70916d1883d6c9df1464746973720b0
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 84034d1c267914a7520e925edc2ee07653bb831cbb65372786bfc228bb437db1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,535
Size: 1.00 vMB
Total Fees: 0.04744388 BTC
Feerates: 602.26 > 4.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (506,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,204 409,204 00000000000000000200835ddae464c1dd38ad6ba5d16c52bc025a19ab2f04cb 2,892 1.00/1.00 vMB 55
409,203 409,203 000000000000000004b2c1e465d5a87652a5b632de244c768d7a7fc637cbc5d9 2,592 1.00/1.00 vMB 47
409,202 409,202 000000000000000003bac05fec53e1437ca11b09c971d093b993ab35dc66b612 1,942 1.00/1.00 vMB 40
409,201 409,201 0000000000000000050414dcf78d468e22ffa8167fdd9d467dc6c123365ce883 2,864 1.00/1.00 vMB 39
409,200 409,200 0000000000000000017997abbe8563a3ecb54c776d1e27189103c4c7f14f1b56 3,008 1.00/1.00 vMB 60
409,199 409,199 0000000000000000028c2c2e34dc3c41c49cf23fe294d09b6da42f191f00c934 3,342 1.00/1.00 vMB 66
409,198 409,198 0000000000000000057e912e54fd43084d4e0decaf57be451a95002d9598116e 2,705 0.99/1.00 vMB 44
409,197 409,197 0000000000000000050aa96571f1451cb5b542618f804a087934b5b3c6f2e652 1,058 1.00/1.00 vMB 25
409,196 409,196 00000000000000000223a1e01724d7056229b3bd14d3f4614a72f0c3fad3fe2f 1,642 1.00/1.00 vMB 30
409,195 409,195 000000000000000003033a7e49c84e1a21ab9734fcf5960820a695473d6f8e70 942 1.00/1.00 vMB 24
409,194 409,194 000000000000000002b380e6c5bf825eac052f04532c4c7c2ee762eb53eb6ae8 1,960 1.00/1.00 vMB 35
409,193 409,193 000000000000000005294f9278e291b06769a9cc97be6c2adf7035fdf6805651 2,531 1.00/1.00 vMB 47
409,192 409,192 0000000000000000040d86010ff0088fb36d09e66dc7905c82f6f4c8c56bfe31 2,324 1.00/1.00 vMB 41
409,191 409,191 000000000000000000926e4b37a918a755bee49bb69f1ba9e2da0f2b5802fe15 3,056 0.99/1.00 vMB 47
409,190 409,190 0000000000000000004e999b04aa63bf30113e81341d5ae3760b2c6c9f505ae4 2,747 1.00/1.00 vMB 66
409,189 409,189 00000000000000000148f7f5317cdaf9ab3cd3241318e0ad6eddcb95e38f3fe3 2,030 1.00/1.00 vMB 38
409,188 409,188 000000000000000001b8d5a16b18087b4c5cb1f43bc20f87e121a4d180a6ae81 843 1.00/1.00 vMB 20
409,187 409,187 0000000000000000024a839d6b3e003186fd22bd535c71e0f52d88104d28b94f 2,156 1.00/1.00 vMB 49
409,186 409,186 000000000000000005e3ada49ad4097ca8e2e050a2a09b311967446a5b7faef6 2,964 1.00/1.00 vMB 59
409,185 409,185 0000000000000000057bd6ba551351eb0ab9c33cd1285b05f2bfc70859c1c5b4 711 1.00/1.00 vMB 25
409,184 409,184 000000000000000001b8982331d3156e93d6250986123ad16bc77a5fab491661 1,226 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.92 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: 714.45 GB
    • Received: 17.54 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.