Loading Tool

Explorer IconExplorer

Memory Pool

80,573 transactions
33.95 vMB
0.12893958 BTC
Random Selection Loading Transactions
Max Size: 192.90/200 MB

Candidate Block

Mining Attempt 33e023e9f61ee345b1ad567b9618056dbae346dea5b4bfd63e4303348c318116
Version 20000000
Previous Block 00000000000000000000aa97f17fcd4190ff7494250e14bca9e94250dc48a75e
Merkle Root 93e6561546da3d38d1d6b9d103057bd6609b7ef51c9d8c0aff2a828a076bf77f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,382
Size: 1.00 vMB
Total Fees: 0.02143263 BTC
Feerates: 104.71 > 2.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,407 (18,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
897,386 897,386 0000000000000000000025f7c6126bcaedaa17a65a9f780024829820bf48ebd9 5,107 1.00/1.00 vMB 3
897,385 897,385 00000000000000000000ca364fbe12323ebe7cbff01a3a47e9f2e125ad561f90 4,791 1.00/1.00 vMB 3
897,384 897,384 00000000000000000001677c56275a295bff7f2d5df0f1e70b52992fb4e48621 5,504 1.00/1.00 vMB 3
897,383 897,383 000000000000000000005da00ebb13bd993b9d8eaf1e39b0587ee2415d96bbf9 4,984 1.00/1.00 vMB 2
897,382 897,382 00000000000000000000fd55abf9cab16e2d20e841d9b11b3e69c09834f4cc02 4,267 1.00/1.00 vMB 2
897,381 897,381 00000000000000000001fcb362d1b22242e1f3cae863432c5a58f8aa877ac7b4 2,259 1.00/1.00 vMB 2
897,380 897,380 000000000000000000003d1d2524cc1c657a80fe7b9769f7fc3ee41a0996ce79 4,246 1.00/1.00 vMB 2
897,379 897,379 000000000000000000003f1c30554ab0e7521ead7ab89cb9fc786fb92e29da4c 6,140 1.00/1.00 vMB 2
897,378 897,378 00000000000000000001a4b3074314e9e8e1fbc6f00e54735592ad019932e1a2 5,488 1.00/1.00 vMB 3
897,377 897,377 000000000000000000005aa48678bf6b1070d06e8d4ed30958071f8941b2b333 4,959 1.00/1.00 vMB 4
897,376 897,376 00000000000000000001f26baa2dd3850182003e40f561c839757f9771c2e876 5,340 1.00/1.00 vMB 3
897,375 897,375 00000000000000000000362ec3999879e49bcfa7d8e4238ab7aee0c9651ceaa6 3,370 1.00/1.00 vMB 6
897,374 897,374 000000000000000000011c1058050fb8863cb2f43f9fc8f16f9782f084d5dc5f 2,938 1.00/1.00 vMB 5
897,373 897,373 000000000000000000011cbdbd5684e726c5223ddde779fdf771936c5c1a10ec 4,901 1.00/1.00 vMB 3
897,372 897,372 00000000000000000001f765d90b4dd1ee3a7521b91db1233b05e22aa9254efa 3,627 1.00/1.00 vMB 2
897,371 897,371 00000000000000000001f0a7e4bd315416e6cf7192b16b3e16c0e786cca7f7ab 5,406 1.00/1.00 vMB 2
897,370 897,370 00000000000000000000267fdba90b8b4b484ee76b5d3a6f3d33f3f7d2dda424 3,264 1.00/1.00 vMB 7
897,369 897,369 00000000000000000001b00a5bb01ac4fb664e5569c385af9840717e4f79b394 3,618 1.00/1.00 vMB 4
897,368 897,368 0000000000000000000001574a614d05cf8200e692047e4cce706aa4ed6fe02a 4,554 1.00/1.00 vMB 2
897,367 897,367 00000000000000000000cfabba7ffba043f45c3fded93c90d7ce7990ab972be1 4,700 1.00/1.00 vMB 2
897,366 897,366 0000000000000000000040f982f50b9812372ade647137db1642284086d9c024 5,620 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.09 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: 725.88 GB
    • Received: 18.44 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.