Loading Tool

Explorer IconExplorer

Memory Pool

72,314 transactions
27.77 vMB
0.07222629 BTC
Random Selection Loading Transactions
Max Size: 168.09/200 MB

Candidate Block

Mining Attempt b4f1f2fe44e3f00fb87dff20366bd5d68602110956d8419f64b165f1ebf03f47
Version 20000000
Previous Block 000000000000000000016dffe7445c108bac746ebb89454ac2dea8afaeeb91d1
Merkle Root 875ebbac64d5a125d973d7ce2e6dd76ec2afe3ef12a0050c4a79d76332a5c4dd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,826
Size: 1.00 vMB
Total Fees: 0.01180309 BTC
Feerates: 298.50 > 1.18 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,452 (681,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
234,318 234,318 000000000000002d1178d427031d3c23264c24896a139e527b7ecf9759233741 390 0.15/1.00 vMB 195
234,317 234,317 000000000000001b74ed3423506dfffd71d4a60a2f7d5c3c1d477e67d9ee20be 713 0.33/1.00 vMB 180
234,316 234,316 00000000000000f7cd86b15b6293f1bece168e3797ab8b02f3af6e003c163eaa 324 0.10/1.00 vMB 57
234,315 234,315 0000000000000109b0d792f5c1baa5a4f8b3ff54d5adb18cc33746141c7dbb88 375 0.25/1.00 vMB 111
234,314 234,314 00000000000000fbdb0f9791a4eba26787593f70eea2ab27ea61463edaf9ba02 375 0.15/1.00 vMB 156
234,313 234,313 000000000000000dc9917ece6eea6cd70a0f337bb0b973038fa9d6c7d3152a8b 183 0.08/1.00 vMB 66
234,312 234,312 00000000000000d1ba19ed7124c794142a2842f76d994fc2fd1c37036e2e1921 308 0.15/1.00 vMB 147
234,311 234,311 000000000000011e0b0899902714b3263400aa80643e184e3cbb836a90dd2c73 75 0.05/1.00 vMB 55
234,310 234,310 00000000000000f949c795818ba8a439d32b441b95f977acb8c4c2b75cac55aa 610 0.25/1.00 vMB 175
234,309 234,309 00000000000000a0acfb0dfbdd5a58f3d86e05a57c6278e302446367330ba72d 5 0.00/1.00 vMB 0
234,308 234,308 0000000000000078537adf4d9f9817c16adb261a1a671549ef4e922e853cd410 384 0.21/1.00 vMB 135
234,307 234,307 00000000000000bc4d805895168c8e0fcbff7fd5de0d07a18ba3908a8e5d9410 254 0.11/1.00 vMB 184
234,306 234,306 000000000000007f572c9fd5e10f173b09501f0e8877730114bff2475039b5f4 182 0.15/1.00 vMB 26
234,305 234,305 00000000000000cced35bd198bece8ae4c89e42cdc374d66526943f514141176 1 0.00/1.00 vMB 0
234,304 234,304 00000000000000ccbe7f6fc86255d1d90e6bc9f3b15a7c3d4a43ede6fa8d5dea 577 0.27/1.00 vMB 168
234,303 234,303 000000000000000c1b933d11c29faeef0d3edd2d56a5d18324db292400910854 211 0.15/1.00 vMB 59
234,302 234,302 00000000000000fd57709e1e1df9431e2eaa1fc55145006a0c4dd1567c0abacc 575 0.33/1.00 vMB 133
234,301 234,301 000000000000017bc23a8ec2ac3247e3d0c6f88e2c7639ed23fb83549c35e5eb 165 0.06/1.00 vMB 141
234,300 234,300 000000000000010ae4f8e3f9d2fd9803f067e4d8c2416cddeafa894c1714cc68 384 0.16/1.00 vMB 159
234,299 234,299 00000000000001261dc232ade61138922a4794138f4945cf6d565bcaee88dc18 208 0.13/1.00 vMB 128
234,298 234,298 000000000000001c4b1b8002df8c619b1881d408d4a1440e082be263bdd7bc35 262 0.12/1.00 vMB 220
Previous 10 blocks ↓
Total Size: 783.18 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: 750.46 GB
    • Received: 18.85 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.