Loading Tool

Explorer IconExplorer

Memory Pool

36,978 transactions
28.09 vMB
0.05993761 BTC
Random Selection Loading Transactions
Max Size: 141.64/200 MB

Candidate Block

Mining Attempt 939f5a68bb6927bff9c4861c99da08eac3b281a6bf46bfb47a1d4713aa3338c6
Version 20000000
Previous Block 000000000000000000002f9dcde73bc5f71e6d226bcadaa835a84eee0f46153e
Merkle Root ea31e79598195396cd89867041ae076d695ac94f6a91512603bcc51a9b719204
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,278
Size: 1.00 vMB
Total Fees: 0.00616802 BTC
Feerates: 54.59 > 0.62 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,557 (740,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
174,348 174,348 0000000000000566149bb63fa812341e12a8857d234eac5c594bd0cfe0f07f5a 114 0.03/1.00 vMB 180
174,347 174,347 0000000000000a2e219fddcad303da476afc432ec6e478f2040bbf6d0792803c 3 0.00/1.00 vMB 67
174,346 174,346 00000000000009b173069f4b35c2dd633e96b137be0f9795780743baa0d0e3b0 17 0.02/1.00 vMB 2
174,345 174,345 000000000000024f3bbabf2c0cecb631c4090ced289b1c6953adaceea55f65ca 121 0.09/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 781.60 GB

Node Details:

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