Loading Tool

Explorer IconExplorer

Memory Pool

35,392 transactions
25.88 vMB
0.06308113 BTC
Random Selection Loading Transactions
Max Size: 131.81/200 MB

Candidate Block

Mining Attempt 37cbc562aa6fc7186b2cf0345bda99bd01b60d710c3c8ad70bba36e17d16030c
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root 23bc9d48f6111146d08934041b28ca0d6df84db73dcb1331b52292a1e039c33c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,092
Size: 1.00 vMB
Total Fees: 0.01565984 BTC
Feerates: 120.00 > 1.57 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (412,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,120 502,120 0000000000000000008b2e9e5f4a08d65baac79b89c54e816489bf2fe8925409 2,056 1.00/1.00 vMB 483
502,119 502,119 0000000000000000007258444f0df9f0aba1de04e538be57778d3b835c132346 1,869 1.00/1.00 vMB 527
502,118 502,118 00000000000000000077675fafead5eee829b8160a468445647c573bc4de8ede 2,453 1.00/1.00 vMB 494
502,117 502,117 000000000000000000027b5f452555405e574bc206a4c6ef9bef63cc153c7ea3 2,452 1.00/1.00 vMB 429
502,116 502,116 0000000000000000006d5a64da890b8d67f9ed254705081bb280432a44a13d2b 2,598 1.00/1.00 vMB 516
502,115 502,115 0000000000000000004c46d70c98c13a42721fc52b3fbef5c4f6342bb9fe3000 2,375 1.00/1.00 vMB 606
502,114 502,114 0000000000000000003b607d58ab32554e2f9f1f5b23124748444ed116930f08 2,719 1.00/1.00 vMB 570
502,113 502,113 0000000000000000008e8eec87c1ad9ef8d066cccf13b1d3ea8cec77217d88a1 1,971 1.00/1.00 vMB 376
502,112 502,112 00000000000000000055e95f46c244e4117c9849af21df444a6871fbc99d6bb9 1,062 1.00/1.00 vMB 275
502,111 502,111 0000000000000000004afc8b1ce7cec265101942e5039117d18c7e28ee3aa8da 2,604 1.00/1.00 vMB 396
502,110 502,110 00000000000000000070ba59579f308ecdf38b57557fa5a76b7211bfc58a66df 2,452 1.00/1.00 vMB 541
502,109 502,109 000000000000000000323553b8cf6d0db4680b77565b23a6b06c31f94b35ef90 2,124 1.00/1.00 vMB 574
502,108 502,108 0000000000000000008323d23753980497d2d29a362fc827160cfbd6b1624ba6 1,253 1.00/1.00 vMB 194
502,107 502,107 000000000000000000089085b27e083df9075197919851bdf15afdaa331ea03b 2,302 1.00/1.00 vMB 361
502,106 502,106 00000000000000000031babba84205c1bede2e6d0ef45c9b49cb95a49f2f5115 2,267 1.00/1.00 vMB 404
502,105 502,105 0000000000000000008a8dbdeff870577121fa4f8aa04bfd652a7c63d5adf786 1,487 1.00/1.00 vMB 138
502,104 502,104 00000000000000000069305860cc785d161b69f0472989a18d58887d35736660 1,097 1.00/1.00 vMB 222
502,103 502,103 0000000000000000004596b2974e178952d9051a8a5bc79d78b75f72c13505c4 1,232 1.00/1.00 vMB 276
502,102 502,102 00000000000000000007c314645aafcffe68d802b3766acf91a99ce3f2a48c7d 1,076 1.00/1.00 vMB 238
502,101 502,101 0000000000000000007881c1d7119c3d229933f55874997d68c270a89c4dbbeb 2,000 1.00/1.00 vMB 390
502,100 502,100 0000000000000000007a85e125dd61da653caebf9c6404a2b5feac4289f17714 2,431 1.00/1.00 vMB 425
Previous 10 blocks ↓
Total Size: 781.84 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: 638.03 GB
    • Received: 12.46 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.