Loading Tool

Explorer IconExplorer

Memory Pool

44,003 transactions
26.41 vMB
0.05426152 BTC
Random Selection Loading Transactions
Max Size: 139.52/200 MB

Candidate Block

Mining Attempt a1abf76f5a3839b4d42e157b45f3280ad18ae17903c59cc880968f0448648d20
Version 20000000
Previous Block 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65
Merkle Root e8e7a7ab27afd9cb6fed921f92b82c40a4b2016e8f1595ad927196bfa7aca00a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,562
Size: 1.00 vMB
Total Fees: 0.00572973 BTC
Feerates: 101.72 > 0.57 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (796,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
118,151 118,151 00000000000058daac33226ebf37fdcd8c92f60aff21437496331049408b84ed 13 0.00/1.00 vMB 400
118,150 118,150 00000000000021726979b53b6cb89a56ceaae58bc5e657c1757078255ab8ea22 2 0.00/1.00 vMB 3,891
118,149 118,149 0000000000002358ad98bd24701b8ff23da4dfc1db2539be4dd202d35568a060 48 0.02/1.00 vMB 1,226
118,148 118,148 0000000000001260d1a4068a16e63fdc6247bd183fa2c634c79bae4285d9ce91 104 0.03/1.00 vMB 67
118,147 118,147 00000000000047f38a6f685ecbaf9c0a4b7f4af526104c7ceeb4f56c4fba25a1 11 0.00/1.00 vMB 308
118,146 118,146 0000000000000cb3a524603039385fbb51604435658855d58de3db95cc9c4855 4 0.01/1.00 vMB 0
118,145 118,145 00000000000017d8e4ae6a6c6bc89e1ccb08d80935bf1b59c9eee1728ccfa77f 7 0.00/1.00 vMB 0
118,144 118,144 0000000000003ebb34050dcdd668edf369514cdde531e86f7ae45c6f2c7604cc 6 0.00/1.00 vMB 0
118,143 118,143 0000000000001dcdcced1ed403788a135366bf742a3b01b6bdaf01a04a7a7f72 19 0.01/1.00 vMB 591
118,142 118,142 0000000000001c359e5e761457fd51228c8be3fb9120ea50c0adef076403ee0e 1 0.00/1.00 vMB 0
118,141 118,141 00000000000003abba5e753a056afe7e9cecc7e42b44c9e36e41c00d364bff96 7 0.00/1.00 vMB 0
118,140 118,140 0000000000004c707bd0f12bfbf667484d857c61de0ea0ad6af2b80b87ac7a9d 19 0.01/1.00 vMB 279
118,139 118,139 0000000000006499f1fd61006d756834a3524ecbc1e22c279af100cfaf5c3613 6 0.00/1.00 vMB 0
118,138 118,138 000000000000b3685b87ccb839d4a9e0cdd5c4feaa95b2db196e0b6b84e27689 4 0.00/1.00 vMB 891
Previous 10 blocks ↓
Total Size: 782.00 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: 648.92 GB
    • Received: 13.10 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.