Loading Tool

Explorer IconExplorer

Memory Pool

78,222 transactions
29.29 vMB
0.07737112 BTC
Random Selection Loading Transactions
Max Size: 179.54/200 MB

Candidate Block

Mining Attempt 2400f579d6fd76280ca762d9c80ffb9fbc29ae09143b761fbc5a69af144c37ce
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root fe209d765f5312460a8bf6bb6e56814d79f2e4f989e89efcb970d7b6b02f7b90
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,524
Size: 1.00 vMB
Total Fees: 0.01315834 BTC
Feerates: 73.20 > 1.32 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (735,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
179,263 179,263 00000000000003dd9987f125ee1bad460bdf6a3bb8bd6fac2e4f5cd6c4556aea 5 0.00/1.00 vMB 58
179,262 179,262 000000000000073e714d7b141958f3b4c92c92a5f4b487b3f9a9aefd52f265e3 14 0.02/1.00 vMB 22
179,261 179,261 00000000000004dc736dbd9dba623c450fb7905ef8c79e9752c1d781241d3035 48 0.02/1.00 vMB 242
179,260 179,260 000000000000078c5feee88bc1fb3600efb9338090d02ee6faba8ca400243d16 39 0.01/1.00 vMB 30
179,259 179,259 00000000000009d808245f369d3d84dddf31c739640dba4baed5b6bd7d6e11d4 15 0.00/1.00 vMB 93
179,258 179,258 000000000000096f40a8a134b374e4466af742eeb93010e167fcb4e0469a716a 14 0.00/1.00 vMB 49
179,257 179,257 0000000000000876da4fccddc539052c32113a07b846c038bb481445847bc088 11 0.01/1.00 vMB 74
179,256 179,256 0000000000000b0f92d2d265202232a097c8dfc3c29e897011347317e9b1dcb1 12 0.00/1.00 vMB 236
179,255 179,255 00000000000004a8f57eb82e25ad19f0ede085a734dd5c105b6f01b644a6b185 77 0.03/1.00 vMB 72
179,254 179,254 000000000000023fc06eba6dcf3c3a98b1fc1b2fe3aa987b3da1baed26078b70 18 0.01/1.00 vMB 56
179,253 179,253 000000000000006fe02dbcdaa5e6b0f820d70686c9e3beb072c924fd0e2ad8ee 112 0.04/1.00 vMB 51
179,252 179,252 0000000000000236861b232a8918569e432bcac929bd26ff7b59ab27ed148754 1 0.00/1.00 vMB 0
179,251 179,251 0000000000000443007ba0fa3da6916a05d360fa34c760b45206bc7cddc8c44b 12 0.00/1.00 vMB 16
179,250 179,250 000000000000055eeb4dbe88a4eb0107c3c08bdba94c76decc8cbd55608bc4a7 14 0.00/1.00 vMB 39
179,249 179,249 00000000000003c2e7b45023f483345cfeb882c4540a15f3836d9358497b93a5 45 0.02/1.00 vMB 150
179,248 179,248 00000000000002b1463f9629b481b5b349d819c41bde5694223ccff8f4e471f9 151 0.06/1.00 vMB 290
179,247 179,247 000000000000094d69b01956e876be8e53ae51c427b6a62586af18ff2be89d0f 11 0.00/1.00 vMB 15
179,246 179,246 0000000000000afeee5ba4d54a7a9bba46194a4836e0c3e8bcba2fbda786864c 36 0.01/1.00 vMB 99
179,245 179,245 00000000000005fdf0216943b1d5f5f033ae548ba513e1b3224530baed6aa42f 38 0.02/1.00 vMB 97
179,244 179,244 00000000000001bc311f5cc3f9212cfff9e2c12b8b6e27b07cf1c7d6e78acd26 28 0.01/1.00 vMB 94
179,243 179,243 00000000000009afcdaef481299fe55f7c0e00e055f65d6bbcfdb0fd16d7c323 44 0.02/1.00 vMB 181
Previous 10 blocks ↓
Total Size: 782.81 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: 710.17 GB
    • Received: 17.04 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.