Memory Pool Memory Pool Refreshing

58,974 transactions
27.10 vMB
Show Random Selection Loading Transactions
Max Size: 144/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,838 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,096 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,837 (539,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
305,360 305,360 00000000000000002ee18fa1d23334353fa5b627bfe6d07a2fdc2fd0f079e309 0.04 MB 99 33
305,359 305,359 000000000000000028c7e810c1f4e81d23ef5ff9c110d2e37cc2092b07537f02 0.30 MB 390 23
305,358 305,358 000000000000000040ff240d61e021c0aadbb91be301f0f2c8d56f86f9325471 0.31 MB 507 33
305,357 305,357 000000000000000030f3ac0933479c0da9a060b8974a6bef1ecfdf740ca65aff 0.15 MB 272 30
305,356 305,356 0000000000000000322e576fcb8bb3d8aadfb42f6fcf23d20fb31daa75c55d50 0.28 MB 344 24
305,355 305,355 00000000000000001dfa21065e32d6e20ada92300bbcf29a41e8cc0faa115a97 0.05 MB 33 215
305,354 305,354 000000000000000029db341d16169c8a7cdd28f592331197e680c5bbfc566869 0.02 MB 21 2
305,353 305,353 000000000000000006bcc1734e43a173dd23535a689acbc57263b69f2e227b8e 0.33 MB 487 29
305,352 305,352 000000000000000019e09ca031a687ec098e3a9467866936b59d79bdcabb4a19 0.20 MB 386 83
305,351 305,351 00000000000000001a1b0ef4d8e83d9a5af085668b2e1a748b8d757b845d1f57 0.30 MB 266 15
305,350 305,350 00000000000000002cc1052921a859d52ad4ea3b4c1defe5df32d117570eadba 0.35 MB 849 40
305,349 305,349 000000000000000000acc8ceff403645b2ead64358fe6b5b52a92f27f0d7d658 0.18 MB 172 22
305,348 305,348 000000000000000037ca71ea61dd67af1c7a325e49553695337153d01f1b02d6 0.25 MB 421 33
305,347 305,347 00000000000000001b7275784d5b6f37397e41dc050e8d758591e202f18ad61b 0.24 MB 375 30
305,346 305,346 0000000000000000216b1a718940d2b2fdd5da944c64b229660e00a6e69c17f8 0.29 MB 260 22
305,345 305,345 000000000000000021a5dfd8763c64498c1087a07b2551d4d1b6362f3a5f1133 0.35 MB 408 22
305,344 305,344 000000000000000043950be286b06c90e5ec9e7054cc65e94ce9f9d5027cdf99 0.50 MB 880 39
305,343 305,343 0000000000000000073f77716ada54221dd5302560573c65b6ca67189e40244e 0.15 MB 181 23
305,342 305,342 0000000000000000201ebbd5128c9a024aeeac8ff423dc64e432d5688a4c15a2 0.13 MB 227 28
305,341 305,341 0000000000000000214b0308944bca666320de21beba6b5fcaa1cd7a56506d7b 0.03 MB 56 32
305,340 305,340 00000000000000003c0b971ce0b3de7f2eaa0a8729c5c9402f7e64dd2913cb0d 0.19 MB 415 34
Previous 10 blocks ↓
Total Size: 652.09 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,208.98 GB sent, 72.37 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

The main features of this explorer are:

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able 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.