Loading Tool

Explorer IconExplorer

Memory Pool

81,081 transactions
31.90 vMB
0.08182756 BTC
Random Selection Loading Transactions
Max Size: 191.48/200 MB

Candidate Block

Mining Attempt 9ddd6eb1a188b02e5cd8611f32b68db066a0ee8b7200c25055a05681476cb14c
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root 043d43899395403deaf6478b540683d815299a582db958e26f491b00b8a39f38
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,430
Size: 1.00 vMB
Total Fees: 0.01186895 BTC
Feerates: 119.03 > 1.19 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (123,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,403 791,403 000000000000000000054a33dd05ba4d3d4617f1f2330821461b58b245da53e3 3,321 1.00/1.00 vMB 44
791,402 791,402 00000000000000000003b941dfc6048976f832602cd8775bc12fe5d9abada819 2,684 1.00/1.00 vMB 63
791,401 791,401 00000000000000000004077288b0558077f7bdb0de8f84f4a52cc7a7dafa2417 3,131 1.00/1.00 vMB 56
791,400 791,400 0000000000000000000544ecaed8e2bb84f1de7e7f04b64beef8803c19c49cc3 3,416 1.00/1.00 vMB 81
791,399 791,399 000000000000000000017f2b12a2215e50a8a833e1a805af0d4711ead02b10fc 1,950 1.00/1.00 vMB 56
791,398 791,398 00000000000000000001b758dc31dacc789356afacd6d12369eb0afd21898666 2,911 1.00/1.00 vMB 72
791,397 791,397 000000000000000000021befd622210343497744ba83e58b6a2c91905764eb8a 1,539 1.00/1.00 vMB 56
791,396 791,396 0000000000000000000386de26076281852f670ed0d5825bca02d620ae41c5ef 3,419 1.00/1.00 vMB 76
791,395 791,395 00000000000000000002bedcd9b7cbdc2fcc39fc7d33832c7795d6e712a0e287 2,188 1.00/1.00 vMB 81
791,394 791,394 00000000000000000004fb675fff81ff92a1e2f83db540f2ef8b3dce594d79e2 1,858 1.00/1.00 vMB 36
791,393 791,393 00000000000000000000ca45808760906d39ca0a00fbc5ebd614e8663812e878 2,844 1.00/1.00 vMB 46
791,392 791,392 000000000000000000018f09f76b9f992a1d088d1ee18e0961cc17ad5b7f2139 3,309 1.00/1.00 vMB 55
791,391 791,391 0000000000000000000151be37a59ba1144cf4937d47604ccf1e1a9d4ebe7800 2,781 1.00/1.00 vMB 61
791,390 791,390 00000000000000000003afd7a05444fe7756e13d7da851583b3a0c185ab91124 2,955 1.00/1.00 vMB 55
791,389 791,389 0000000000000000000525f35dd384e242242c8ccd7f93a874b6d48f7008d35d 2,704 1.00/1.00 vMB 60
791,388 791,388 000000000000000000006dcb5806e1805baf478553a0affbf25993040efd03c8 2,651 1.00/1.00 vMB 52
791,387 791,387 000000000000000000051c9cc47c6dc6d4f7754e8ef619b7039658b4375c2fe2 1,920 1.00/1.00 vMB 58
791,386 791,386 0000000000000000000078079e5ca46cffa3b5e87c48a38403eda3946e64ffee 2,929 1.00/1.00 vMB 77
791,385 791,385 00000000000000000004ce59f8a8e89d0a4b73aecc8bbf95edc0408b55166b3a 2,920 1.00/1.00 vMB 79
791,384 791,384 000000000000000000001589f0a4670b108f669eb93f69ff88bf84eb26033f1d 1,593 1.00/1.00 vMB 57
791,383 791,383 0000000000000000000297afaa1d22ca7b91dd715afe4b7b8fe559668ad0facc 2,617 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.70 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: 697.31 GB
    • Received: 16.55 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.