Loading Tool

Explorer IconExplorer

Memory Pool

50,001 transactions
30.12 vMB
0.09957415 BTC
Random Selection Loading Transactions
Max Size: 161.23/200 MB

Candidate Block

Mining Attempt b18910d924c8929e83060e3844312034017097cff0491a649480461b17dd1414
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 052aca8b1f4e7db9b240bb79372fd3c37ed731c116df02e0dd7aa0d940bed766
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,306
Size: 1.00 vMB
Total Fees: 0.02979810 BTC
Feerates: 80.71 > 2.99 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (796,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,172 118,172 000000000000a3d1e775a8c841ed1debf5ebc84059dd5385efe8baf3ec4490e5 20 0.02/1.00 vMB 583
118,171 118,171 00000000000072da0cdc9a48dce9c20f522438dbc0d3fa9a5e1ea576f5cac0f2 10 0.00/1.00 vMB 981
118,170 118,170 0000000000003aa82d6bd58311ebbd4df652acb4eff65d7fa5e382aad669ffe7 7 0.00/1.00 vMB 0
118,169 118,169 00000000000096fabf0f4e34e214781ce3da77c8ed8ee54afec7818dca2590bb 12 0.01/1.00 vMB 0
118,168 118,168 00000000000036bae79ec7e303ade99efdcf3d515f4da9511c7e9e3892db165d 2 0.00/1.00 vMB 0
118,167 118,167 000000000000b3d1adf2a525fe82bdbb61333020f513f76f62faa7b54cf1f3a5 5 0.00/1.00 vMB 493
118,166 118,166 0000000000002b3062e3fe5aa639708360c9ab263e2ed14d1a83bf2767bfec97 9 0.00/1.00 vMB 416
118,165 118,165 0000000000003a1e9fbe32167261754b2c8fa60e15cd461383c8e21f71cd1811 4 0.00/1.00 vMB 0
118,164 118,164 00000000000063556e1a638dd5810828fdc41bcba831ac410cf8bd2b022c1a7c 11 0.01/1.00 vMB 754
118,163 118,163 0000000000004b6a474833b1d4f493185b058ad1a95014cb6473476d1218a3c2 8 0.00/1.00 vMB 0
118,162 118,162 000000000000890eeed6406a3f2c9a4e668a423f6c9444c4f624ae6df3b71d6b 10 0.00/1.00 vMB 763
118,161 118,161 0000000000005520e10f75029ecb5296d4914abde50d4802393711a41f0d9b70 13 0.00/1.00 vMB 0
118,160 118,160 00000000000082d4d0325f729125cf2189b24832c5650c2406d1608ed6b43c2b 8 0.00/1.00 vMB 0
118,159 118,159 000000000000cae2b574599dfcbe4234f41fa57780c214cda2fbbb8d83692a7b 23 0.01/1.00 vMB 608
118,158 118,158 0000000000003fc542915b909758e760fa2c7ac77818f5b789ea537e9db41089 3 0.00/1.00 vMB 0
118,157 118,157 00000000000058b4acf38c8b30df24948b4055589254f6d66c4fbb495ce258c4 6 0.00/1.00 vMB 1,588
118,156 118,156 000000000000422466adeeb3c6b5938bdd540e93ff6cdedde8b665edd93adb01 4 0.00/1.00 vMB 1,416
118,155 118,155 000000000000a2922a017d1ccf35f4550394408acd70eec8e768c38fe37a1191 10 0.00/1.00 vMB 1,358
118,154 118,154 000000000000c895ff4a7a5cafae0241c10aba444eef4a842979a267bfba5689 8 0.00/1.00 vMB 0
118,153 118,153 000000000000971ea0e8876a5ae3659f4cc8fab9ece24cb4546c69d17944a7b7 11 0.00/1.00 vMB 319
118,152 118,152 00000000000073c6a80d38fead7ca658b4ce0e5945f2d4a327186b87fafce219 10 0.00/1.00 vMB 336
Previous 10 blocks ↓
Total Size: 782.06 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: 651.10 GB
    • Received: 13.40 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.