Loading Tool

Explorer IconExplorer

Memory Pool

28,236 transactions
8.17 vMB
0.08045985 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.65/200 MB

Candidate Block

Mining Attempt fed56d656688823bf56be4af5631e3f5ad0e1f3c172f5c45e0b3a45a488e422e
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root 64cc76f2284d81b6cb7eabb05e2b137ca47568edaefdc1f287dc9b536548e4e4
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,904
Size: 1.00 vMB
Total Fees: 0.03455733 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (775,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
137,360 137,360 0000000000000314a7c0840cf2346119ba8aa20b1e4c64426053e07e2acc1419 12 0.00 vMB 58
137,359 137,359 00000000000002957ab292a54959112296cbad51ec61339ade752fa27bcd292f 50 0.03 vMB 526
137,358 137,358 00000000000003a5312acb658d6e17a9e651c536444ac4e1818f0a38bcac923d 69 0.03 vMB 552
137,357 137,357 00000000000006f70e7d9e0008932f85f7d1153923df320197cdf466c093d21a 14 0.01 vMB 1,882
137,356 137,356 00000000000008a4dde6e09c2461352d661eb768ea700d9c158aa2cd71b22b1a 10 0.00 vMB 459
137,355 137,355 000000000000003fa00a43292dd7876a6fb21f0aa63275c7f5253851f9ed4708 64 0.02 vMB 83
137,354 137,354 0000000000000492f07b80a4c5fafcb5f073c7c2486dee6b677fb86c15961457 113 0.06 vMB 334
137,353 137,353 000000000000049d199e3772db11cc9a14ac3fe03381155f50e265b0bf2110ac 137 0.04 vMB 0
137,352 137,352 0000000000000435e3b29e690f9e240b34bdc0bdba3f0e524faf2ca88c42f71d 45 0.02 vMB 482
137,351 137,351 000000000000025dad5d54486952367f76b85f68008ec5184e780b5ca203d665 27 0.02 vMB 154
137,350 137,350 00000000000001a55e6cfaa29b16ff197b776c17f906348e36da3397e5668cc9 38 0.03 vMB 39
137,349 137,349 00000000000002331c83459209fd3e7acda71ed22384249618fe71a9ea41fd82 46 0.05 vMB 0
137,348 137,348 0000000000000485b942952876c9ed75d664a0819979dd6aa727f0f631072050 100 0.06 vMB 1,054
137,347 137,347 00000000000005646de8ac2cf0b126d274de2d1a3a34d953a48b216aa7e7cd6f 202 0.08 vMB 231
137,346 137,346 0000000000000126cf1624771adc514b591aff5dfdd069d2e6d22270fc6a7e9b 60 0.02 vMB 3,007
137,345 137,345 000000000000074e521cd0dc0ab61747c412dd91e781b4325db403ee6bafafe1 91 0.02 vMB 719
137,344 137,344 0000000000000862a266e66a2d9c49e31bed332ce65c41d87a3c8b9ac9cc4170 69 0.04 vMB 233
137,343 137,343 00000000000002d84bf81864d82d5ac1caca5175acbb302451d1ecf1c040dc21 76 0.03 vMB 45
137,342 137,342 0000000000000244a0def3068fc4e56ce44860a82ef74ca57d4849c506c03082 9 0.00 vMB 581
137,341 137,341 0000000000000220223b5de5c19685d5299434f639089317d06c7a4cac807a2b 19 0.01 vMB 158
137,340 137,340 000000000000085d571f5969e81fcf2d551660857b7b5852b0b4bee064b45dcd 99 0.05 vMB 131
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

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