Loading Tool

Explorer IconExplorer

Memory Pool

80,428 transactions
30.29 vMB
0.08814427 BTC
Random Selection Loading Transactions
Max Size: 182.31/200 MB

Candidate Block

Mining Attempt e3d857123df1881abdbcfacdda0d3b9c1e635a76c1c5b562e8b60e3bea6ed4f0
Version 20000000
Previous Block 00000000000000000001fa22e6231aaa977327edfd312baec3e012ec5bb62617
Merkle Root 2a08ba23a6df4eb1c38820c12c2cc6bf2f890c05e4c8749d6f8b82aaf8709e9c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,660
Size: 1.00 vMB
Total Fees: 0.02321470 BTC
Feerates: 150.45 > 2.33 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,168 (506,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,419 408,419 0000000000000000007e50063f9f9606ce5492fb49eeb3d0e74234588a47c0e6 1,721 1.00/1.00 vMB 36
408,418 408,418 00000000000000000351dd88ff9dadc7be756f1f2b5dc35e5bf44674ed33e792 2,096 1.00/1.00 vMB 47
408,417 408,417 00000000000000000540b22fa516588c1d042ec2bf073f4f559463e4ae32a17a 1,672 1.00/1.00 vMB 29
408,416 408,416 00000000000000000362f1ba482cf1a73e8e8abf71e9ba912c70527b13594046 16 0.00/1.00 vMB 94
408,415 408,415 0000000000000000049cfcd1d539cb30bbe2f49e226e45b3f0be6b8d2173310b 3,046 1.00/1.00 vMB 68
408,414 408,414 0000000000000000040e65d9da8f0481a3bc8cdff6785fbd289a8c7ee14fe534 3,024 1.00/1.00 vMB 63
408,413 408,413 000000000000000003c1c51cc9d37a1b7f747fb1f3209e305adf8ba35379ff87 26 0.03/1.00 vMB 26
408,412 408,412 00000000000000000174c4857ee8a5fcaea06669e73fb4816c219a7118d53b8a 180 0.04/1.00 vMB 86
408,411 408,411 0000000000000000047bdc91e9b9f8d56346cd4515ecd05bd484a5be21016222 1,136 0.67/1.00 vMB 31
408,410 408,410 000000000000000000ef8977f123612a2114ca4371be4edc8bc5619d858256d6 1,851 1.00/1.00 vMB 34
408,409 408,409 000000000000000001df292823511b9773a19cbdedda9cc984f4e90f1a8ee277 730 0.46/1.00 vMB 33
408,408 408,408 0000000000000000053e775fa4f4da9f455be13950c1f61acca207f4488d2fc9 1,189 0.57/1.00 vMB 46
408,407 408,407 0000000000000000031739b061c04f81653ec3cf4fbc93e28e334cdcda915d7a 1,127 0.99/1.00 vMB 19
408,406 408,406 000000000000000002025eaf60e0526b448bb86c0eebda84e2c7187b072e4a3a 1,582 1.00/1.00 vMB 33
408,405 408,405 000000000000000002bdf360317d942bf4aa887644cd3fe1badb844ce5882552 1,996 1.00/1.00 vMB 49
408,404 408,404 000000000000000004d34bbf78cf130d164ad319f0c0f6af07b92ad32e2b19bd 2,500 1.00/1.00 vMB 44
408,403 408,403 000000000000000000a360d485955b2ceec0341f53aa2c740fd7d0a428ab2354 1,077 0.52/1.00 vMB 35
408,402 408,402 000000000000000001ca224e6a8c716d022b5aa86c16eba9aa2ecaaf0f57fa58 1,028 0.74/1.00 vMB 22
408,401 408,401 000000000000000000565145d69653f74c5b7033e13bd83e768eea59b764c5b7 1,374 0.69/1.00 vMB 40
408,400 408,400 000000000000000005373782c6ba9f00ee8f4da1377f8bcf6be0d56bffcad252 1,047 0.80/1.00 vMB 42
408,399 408,399 000000000000000003ffc7a0f007bb2dbbd5aa303bb739736f7a704d08492ebb 1,323 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.69 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: 687.87 GB
    • Received: 16.49 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.