Loading Tool

Explorer IconExplorer

Memory Pool

38,514 transactions
29.23 vMB
0.08185752 BTC
Random Selection Loading Transactions
Max Size: 146.77/200 MB

Candidate Block

Mining Attempt 7597d412e3f6c2ea1b180fcfc8786849e9836488341c2dc43289567c9fe06020
Version 20000000
Previous Block 00000000000000000001506b941a54764348896f53a4e1b6257bc1abba2f4e73
Merkle Root 4fee2f5696d6d62d587895dfdbeba598de89ac26ebaff63c4f31ae433091c756
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,396
Size: 1.00 vMB
Total Fees: 0.02396823 BTC
Feerates: 201.97 > 2.40 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,525 (797,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,396 117,396 000000000000642c98932a101a19e9052ede240368902463d6977b275cebdb17 16 0.00/1.00 vMB 627
117,395 117,395 00000000000055ec90ca8b7e17326a46b73bf97e8db250d60cd381bda1fd29f5 18 0.01/1.00 vMB 797
117,394 117,394 00000000000057abd5855e1b50a232d91fc36f011bfb564c5aca91d29d419595 6 0.01/1.00 vMB 2,104
117,393 117,393 0000000000007c5eaac84e63f25d14e63ee013661efa766722fdf9e08ac940f3 16 0.00/1.00 vMB 996
117,392 117,392 000000000000929d7f5e9351ebf94340c5dbdbec3139049aaff822c250b62264 10 0.00/1.00 vMB 0
117,391 117,391 00000000000089da5399cd920e1364ae076b26bf124305572bca07ce11eddade 15 0.00/1.00 vMB 860
117,390 117,390 000000000000baedddad9a572dfaf00607e7478978327cf9c5cd5407cc63c6de 16 0.00/1.00 vMB 1,069
117,389 117,389 000000000000b2dc2a2cf13809eb217395c2b60365f0f1debbc491bc36ecbb5a 9 0.00/1.00 vMB 345
117,388 117,388 00000000000091606e7f555cff0ae1ea536be3e13ec14888e7d8fcdae3fcbe09 11 0.00/1.00 vMB 1,375
117,387 117,387 0000000000003fa72c07fce31beaacba7573d3ef72079ff7e3c6bfe401c33151 11 0.00/1.00 vMB 0
117,386 117,386 000000000000919d7749ceef1e4214b2d1ec9c6a7e20a0244eff9d5cbb0a0591 12 0.00/1.00 vMB 1,696
117,385 117,385 0000000000007da9d32711dd940e5c7c02b30d21046f70aed044638aab5f5d93 2 0.00/1.00 vMB 1,028
117,384 117,384 0000000000001aefd721739a9e4a232c5f01d5e2ad42257c0535148852df392f 9 0.00/1.00 vMB 0
117,383 117,383 00000000000033d16d5ac7e8ff95572b9e6b9cf3194bc41608e6c77e58a73168 12 0.00/1.00 vMB 802
117,382 117,382 0000000000000eb728c620aa22de3fdd55bfd4cb414266b3cf0a663f1e5640f8 21 0.01/1.00 vMB 2,214
117,381 117,381 000000000000134a85e937a2bf3bea2117987ce69916b431c46d38d3682fc9bc 15 0.00/1.00 vMB 1,259
117,380 117,380 000000000000aeae8b734c8e953f496bfecfc65a7ef6d10a8c4a50cc7789c841 12 0.00/1.00 vMB 0
117,379 117,379 000000000000b8e1d29cac85bf8cac20c666e52471729c9d9a8988bf4cfb61c0 10 0.00/1.00 vMB 336
117,378 117,378 0000000000006d7f5d5d68ba1253035af0447447c2e3d748e4694a023a2dd92e 11 0.00/1.00 vMB 1,514
117,377 117,377 0000000000008bda8caedde2ff22ca3689c6518b06b1eb9dd44af1ca4dc5237e 12 0.00/1.00 vMB 0
117,376 117,376 000000000000abfa123d9f7b1a96a882ebf96fc11e948b1ecdccfbb87dd988c9 10 0.00/1.00 vMB 353
Previous 10 blocks ↓
Total Size: 781.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 620.60 GB
    • Received: 11.22 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.