Loading Tool

Explorer IconExplorer

Memory Pool

17,664 transactions
10.42 vMB
0.05695347 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.33/200 MB

Candidate Block

Mining Attempt a3e66dd12ce5c1478ec2fdd33b75427ec822bd400e85726b4171b96068f34952
Version 20000000
Previous Block 00000000000000000000165d7af7be67c1e3d29b44f6d7a971e6c1f6d2b62971
Merkle Root d2242628e9bdba89a340ab7248e6d5a9e78ce440ec5e89ff1d82e5bf3ce4a1bb
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,191
Size: 1.00 vMB
Total Fees: 0.03221183 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,361 (688,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
224,680 224,680 000000000000039f3bcdbf30e94f8c0e9e491d749bd7ca3a9de6a47b5ade5f78 125 0.20 vMB 67
224,679 224,679 000000000000004a2c039d727ece0a970655da51520f1807c6b62e092366dfba 615 0.25 vMB 183
224,678 224,678 00000000000000f688f0aa539e00ed5a558ca531769964eeefacab07e99b7797 536 0.25 vMB 189
224,677 224,677 00000000000001a621512078a45470b1b9091b0e3fe78502d808369cbad01601 524 0.25 vMB 176
224,676 224,676 00000000000002769c385a1d83882ec7307d5b3e0739d799dc15f2091f563abd 578 0.25 vMB 191
224,675 224,675 000000000000035240e3dcfd5d60bb8648c5d70b7f806d75c500727d5d663cb8 23 0.01 vMB 101
224,674 224,674 0000000000000337b4de48961b65be6d1088f07cea2ab3d3c17d3f48d31b293c 32 0.14 vMB 11
224,673 224,673 000000000000021fd2d891cccb282d3cc6eb4e725c6b804a377c787f1389d7e4 333 0.17 vMB 239
224,672 224,672 000000000000009b0d66383e11289de546b518496366206bc2ba118870846494 124 0.06 vMB 166
224,671 224,671 00000000000000d88358b0c619c71a1be69630b804b395a04c590dbc070ce2bf 336 0.17 vMB 171
224,670 224,670 00000000000003cd2f8cfe58cd75c59e4ae139ccdb599e92cb3ba46231de6295 104 0.05 vMB 92
224,669 224,669 00000000000000a861fae743a7b30beb326acbb4abd572e4d805605f2478e91d 437 0.17 vMB 268
224,668 224,668 000000000000026e9ddacc515b5ad191187cdb96327068250fa9ae1c0ff6cd4b 13 0.00 vMB 238
224,667 224,667 0000000000000162583c8761ed26c01e8c9195b08ad685af4b77983a72eda967 6 0.07 vMB 53
224,666 224,666 000000000000039e29982b15798526272e9fba38e91d8b5e150a97edfa5db5bd 258 0.12 vMB 208
224,665 224,665 00000000000000938c5f174f4206808addaf8bb0f7585e447be3cb509212eced 410 0.24 vMB 160
224,664 224,664 0000000000000021eaf48001eb6bc6ca182e3bf6f66a4b7ceb7e317481f27783 602 0.25 vMB 196
224,663 224,663 0000000000000039348599247f781b346d0138694f028a69972f9185776156af 485 0.45 vMB 96
224,662 224,662 00000000000001cfb8bc4381f921d28e63206a5a721e11ef1b4058b9ef926387 676 0.26 vMB 232
224,661 224,661 000000000000010d4d58db5f1ad526a799e9eb5bcc78292622d49047ca417ecd 702 0.41 vMB 23
224,660 224,660 00000000000003c6c4a201ce7cdec4bd41b604c444c37eedc91e8db07e13ae90 112 0.05 vMB 98
Previous 10 blocks ↓
Total Size: 779.49 GB

Node Details:

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