Loading Tool

Explorer IconExplorer

Memory Pool

35,811 transactions
26.02 vMB
0.06673218 BTC
Random Selection Loading Transactions
Max Size: 132.56/200 MB

Candidate Block

Mining Attempt a351f30864aaad5f4544124b97a18673b68ef340465d0f34917f4467b9634a56
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root 13b64c0a61105acb5fbb4970f3b596bb0f56ba49f52da515ae5f640fcee0006b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,759
Size: 1.00 vMB
Total Fees: 0.01858031 BTC
Feerates: 120.00 > 1.86 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (511,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
403,242 403,242 0000000000000000029b817b097e87aeebfdb78e9fcb117ddb888a021afdb821 2,832 1.00/1.00 vMB 59
403,241 403,241 000000000000000003f35b8d6370987849dccafda25a9d231843555fe0e4b8a2 760 0.61/1.00 vMB 25
403,240 403,240 0000000000000000035e3b6238d9bc82bd83432ef3034b04cce176187cfcc1db 368 1.00/1.00 vMB 10
403,239 403,239 0000000000000000002c8a344c640d27cab12641f8b5913628e543211e781950 1,132 0.90/1.00 vMB 24
403,238 403,238 000000000000000003cd8b2362829d3eb152bc2156c31d0ae5cf098b9d1cbb1b 1,684 0.99/1.00 vMB 32
403,237 403,237 000000000000000001c1a17ff3965ce05803ce52e400cb71a2ffa2ff8964ff8c 2,171 1.00/1.00 vMB 57
403,236 403,236 000000000000000001646c7c02329b8e4fd3364428c76806f65e4c41a94e8815 1,796 0.93/1.00 vMB 33
403,235 403,235 0000000000000000028d6db26078d894b00e41a749dc9d28e7b8c1379596b11d 2,237 1.00/1.00 vMB 43
403,234 403,234 00000000000000000069c477e7fc324e6a4394909c84d67d2b43aa7816c5d9d9 2,796 1.00/1.00 vMB 49
403,233 403,233 000000000000000001d2eeb3da78ddfa5283b5b1a26e80caf1d05806585575e6 2,441 0.93/1.00 vMB 48
403,232 403,232 000000000000000003ce8c41ed8c0c14588fc929f6d6ab881746809e075733f9 2,192 0.93/1.00 vMB 38
403,231 403,231 000000000000000000399ab2f00bd20890aff39fb9d2b6476af5f763b45db964 3,138 0.99/1.00 vMB 87
403,230 403,230 0000000000000000040b364fcd4b9b744d4bb01c6556ad635da606495eb1f283 584 1.00/1.00 vMB 8
403,229 403,229 000000000000000000fff409e377e990546dba62b189a0562816643c0bf355ed 2,060 1.00/1.00 vMB 38
403,228 403,228 0000000000000000068df2068b0c8396edb534fda19be1041e540e0a39d4e47c 1,514 0.99/1.00 vMB 28
403,227 403,227 00000000000000000230838ceb0394f7006ea87d7726843d26c3cbe7906c0153 1,933 1.00/1.00 vMB 35
403,226 403,226 0000000000000000045316e0f0836fc91e978186643dcd77ca7e11b2a14b093d 2,356 0.93/1.00 vMB 61
403,225 403,225 00000000000000000380dd1b03b22869ccc43e15200b15914eea252309ca8199 2,048 1.00/1.00 vMB 44
403,224 403,224 0000000000000000063fb1e7d361cad33cba3ed59ff527b7f5045ff07ad02586 2,851 0.93/1.00 vMB 82
403,223 403,223 0000000000000000002d3c8b5c3cb64dd7991ec1dce0ae8732a1de181ead3c8b 1,014 0.99/1.00 vMB 23
403,222 403,222 0000000000000000003513c778c4f7d14f7f1c3f1a2d42e540bda77bf8688261 166 0.05/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 781.84 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: 638.04 GB
    • Received: 12.46 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.