Loading Tool

Explorer IconExplorer

Memory Pool

49,313 transactions
30.68 vMB
0.11443451 BTC
Random Selection Loading Transactions
Max Size: 163.71/200 MB

Candidate Block

Mining Attempt a38aef21172536c7c490f04c4d92f9a1efb8c983bbcca94b4d6efa063d55c461
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 17c591a2e3ee15baeab49d681fd4b8f6088da7f1310cbfadceebfe1405d8d9f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,217
Size: 1.00 vMB
Total Fees: 0.04714397 BTC
Feerates: 150.97 > 4.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (270,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,483 644,483 0000000000000000000ab1b07808c0c079354d46a6ef7a0e47f43a474db37b7a 1,568 1.00/1.00 vMB 141
644,482 644,482 0000000000000000000f6ce824842528ecb34e0ef3f2fb02b8fca328b87813d3 1,738 1.00/1.00 vMB 36
644,481 644,481 000000000000000000089969ce70d2c33890e65ce34506df67774506379c6b35 1,818 1.00/1.00 vMB 73
644,480 644,480 00000000000000000003111f98172722195f87f807b7681296a39c267ff9d3d1 1,944 1.00/1.00 vMB 24
644,479 644,479 00000000000000000006a59f47717f42b2b9e18a22f795febd35a6a192f8c15a 2,506 1.00/1.00 vMB 87
644,478 644,478 00000000000000000009fa7a94853d1744a1c209b45c1fd0dca664d02a16f037 2,472 1.00/1.00 vMB 20
644,477 644,477 0000000000000000000e0a05f897eeb6137afd165303fffae432b2b295690fe8 2,466 1.00/1.00 vMB 51
644,476 644,476 00000000000000000000fa276a5383caac53b832ce33c2191eb95d0910ec0c6b 3,399 1.00/1.00 vMB 99
644,475 644,475 00000000000000000002bc38f24e74254969235623beeb80f3eff5e8e4367ebb 2,202 1.00/1.00 vMB 140
644,474 644,474 0000000000000000000d741e24cebd1be1dba777fba274f999959ca0899e5607 2,504 1.00/1.00 vMB 149
644,473 644,473 0000000000000000000ed063d923e8ebc1f6e9bdf2dfb63fbf270e2f9209e146 3,272 1.00/1.00 vMB 172
644,472 644,472 0000000000000000000814011824c746b32438b09e1f93f3b95bb4051b63c883 3,015 1.00/1.00 vMB 151
644,471 644,471 0000000000000000000f04e3a0e53760281333601860537e64be2f582bdb4710 2,442 1.00/1.00 vMB 12
644,470 644,470 000000000000000000046a35bffb250cab4ed2a1b51d04c18d9b77947c86be9e 2,503 1.00/1.00 vMB 25
644,469 644,469 000000000000000000002b85c681eb6a617e8ff3ba1865df1baf553541dec5e7 2,202 1.00/1.00 vMB 69
644,468 644,468 0000000000000000000c4f8e60814798e400611a22406fbb70bba73a77dac996 2,158 1.00/1.00 vMB 29
644,467 644,467 00000000000000000001c222af8b6df66c582c3498b7685b053a47d6fd52d596 2,548 1.00/1.00 vMB 64
644,466 644,466 000000000000000000036e947c7ed970d390f6ffea75a0af0f57e3bf947a9658 2,506 1.00/1.00 vMB 62
644,465 644,465 000000000000000000027090a17d9134e3e2ff4494ff6d252f5a5899132792a6 2,521 1.00/1.00 vMB 93
644,464 644,464 0000000000000000000c503796e7471d1826e9c05229e77351a4770bd55ee27f 2,600 1.00/1.00 vMB 28
644,463 644,463 000000000000000000032ebedba2721760cb2789d4fcd8d75262abd8c8da6cb7 2,243 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.13 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: 652.40 GB
    • Received: 13.76 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.