Loading Tool

Explorer IconExplorer

Memory Pool

41,989 transactions
31.75 vMB
0.09434428 BTC
Random Selection Loading Transactions
Max Size: 159.27/200 MB

Candidate Block

Mining Attempt b4e6d1b73977cc79067626d196562d0572e31065dc3b971f1908ac8a167248fa
Version 20000000
Previous Block 00000000000000000000a7f094557a1c08216b2fd5b94073a11ff2864e9b9455
Merkle Root 2a4d5ece2d1b1ef3c9ef8948d6ab6f75343ac9e10161aa3a472cd5e2b64803fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,499
Size: 1.00 vMB
Total Fees: 0.02862111 BTC
Feerates: 401.97 > 2.87 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,565 (740,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
174,369 174,369 000000000000011f92661ed5a2bc2c62a5707894ebdd6e90e1b9320db3f82517 72 0.02/1.00 vMB 1
174,368 174,368 0000000000000563a8bb95f23e980e54dda2b0a2ee5f699aaf56373051bb5e17 55 0.03/1.00 vMB 379
174,367 174,367 00000000000007d994596ce81e3d5baa3fceb72d839b6002653aa50cbba4dae7 51 0.03/1.00 vMB 5
174,366 174,366 000000000000027f40966141a436b31a867d54eecadcf75e3238dff98039703c 117 0.06/1.00 vMB 278
174,365 174,365 00000000000005a11a8149e365aa5d2e7a1cd1ab9ad3ae1aa37f8502845cd285 12 0.01/1.00 vMB 17
174,364 174,364 000000000000099b59584c7ca683926f4929fffe0b899024248f3bbe2536c9e4 87 0.04/1.00 vMB 124
174,363 174,363 000000000000060f0c75db84074228e6a62df93a8a07ee00abf1060f587a25cb 5 0.00/1.00 vMB 1,045
174,362 174,362 0000000000000556992e50e3d40da9f8b5dea03b429679523d2531a7ff0239eb 118 0.04/1.00 vMB 41
174,361 174,361 00000000000007c07c4a381483672a47835c1d43ca7c98f926c16db0f91f73e4 7 0.00/1.00 vMB 268
174,360 174,360 00000000000003bf05f8b8fd802f9d9cfd390f27b228d7199fcb8cd4f3374af4 6 0.01/1.00 vMB 343
174,359 174,359 00000000000000b406abc2fbafa92d037d395cb1240f81aabbbdf0d9a06aa7ac 82 0.03/1.00 vMB 49
174,358 174,358 0000000000000014264f45380133e19bef59c24fc62697558a9f901ed8d93f12 74 0.03/1.00 vMB 145
174,357 174,357 0000000000000010156a41f850a0030d4dbeae60e37ed78cbdcb16b3317b1fbd 19 0.00/1.00 vMB 96
174,356 174,356 00000000000005744d13bdba5dc553817c0d5b216c0a286275415c025890c282 15 0.01/1.00 vMB 289
174,355 174,355 00000000000003ec5f2fec33f146a1140633b3a5151fc3d254cbe45cc6d5a380 27 0.04/1.00 vMB 101
174,354 174,354 00000000000004d061d87f72f09535ad206b767aae8bc2616563b491d032317e 42 0.02/1.00 vMB 186
174,353 174,353 00000000000000331db7fff08e15c6b7aaf84d578fa3e8b37d3226e6d4f9a0ba 13 0.00/1.00 vMB 32
174,352 174,352 00000000000003d25ceb375d9acea1cc1d083f849795d7a687146b8f3458a97b 83 0.15/1.00 vMB 113
174,351 174,351 00000000000004edf325a8161f9e3daf0c226776725d38e531066e1d3a4c2b02 44 0.01/1.00 vMB 93
174,350 174,350 00000000000000cac16bb712b634fae7cab5ec4bda8159f0a24a62bea2d171cd 45 0.10/1.00 vMB 96
174,349 174,349 00000000000002e0ed716f73618f6a7e6d0043b7efdbdcc294283cfb19e089ab 33 0.05/1.00 vMB 691
Previous 10 blocks ↓
Total Size: 781.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 624.86 GB
    • Received: 11.57 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.