Memory Pool Memory Pool Refreshing

64,471 transactions
37.62 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,502 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 5,900 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,501 (518,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
330,330 330,330 00000000000000001793f5ec8fcd9b32658fc13b388b9fce3da30d329be9d15e 0.26 MB 249 16
330,329 330,329 0000000000000000160d0c062a5977a89fb7d1a140b5d352d332bb26738c3d41 0.18 MB 512 39
330,328 330,328 000000000000000019797f51efb46b03f152063173279f440762ef0672156d7a 0.03 MB 65 31
330,327 330,327 0000000000000000191c84743c0861427b9078fe63b22fa0de818685f47e6d90 0.40 MB 884 29
330,326 330,326 00000000000000000884c84c99cd77816a84e20953588d1cf8543b14e0d2fda7 0.02 MB 36 7
330,325 330,325 00000000000000000db51e492fbf69a76b4dee0851ff1356710419e9e23aead7 0.20 MB 329 20
330,324 330,324 000000000000000010a4d91907d9371ac8a48f136d6dee5a900135a98de69d38 0.43 MB 530 18
330,323 330,323 00000000000000000aa8f2b64926d98214e4e18585bcb436d4118b4d7d448fd4 0.35 MB 413 20
330,322 330,322 000000000000000016ae070d193d25f3f97f1e6dd7f2d47645072ab11d311973 0.18 MB 470 37
330,321 330,321 000000000000000012a8e79bb6e0c6c7d523b8822e27deefc5ff540fa10b8196 0.55 MB 591 15
330,320 330,320 00000000000000000e88cd774c4ae10bdd8356142622f02b868c77fc24fe27b1 0.55 MB 1,466 40
330,319 330,319 000000000000000005948442329d0a94cfa67bc2831f7a1b0351b6a35e6c46dd 0.10 MB 184 25
330,318 330,318 000000000000000014fe9a7a5de63fed430861f64a363b8fea920cfe70766df1 0.72 MB 1,052 18
330,317 330,317 000000000000000002161d4feb79ed86acf78861d323ac7a47376d8143c37543 0.00 MB 1 0
330,316 330,316 000000000000000001b59775c20727fa0fa8cda16226badc4162187a3c70ed53 0.19 MB 512 45
330,315 330,315 00000000000000001071802437010b54866e3edd654f83837e10a403ce228166 0.08 MB 164 30
330,314 330,314 00000000000000001888bc222105d892c4cb4067c083b6f7bce075bd003a8a8b 0.18 MB 297 24
330,313 330,313 000000000000000018e2127cc9edcbb68ffad9ed9d9e15382ddaea36d05f1290 0.38 MB 751 26
330,312 330,312 0000000000000000039cbba6d57ba7306b41fd8ab82526ea324112926312e32b 0.16 MB 129 16
330,311 330,311 000000000000000001a600c05de505683abce25683313e071819fba2d0c06324 0.78 MB 939 19
330,310 330,310 0000000000000000195f848ed3a36c500ef79c462321bebd2825a14b945622ce 0.75 MB 1,145 23
Previous 10 blocks ↓
Total Size: 658.68 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 94 incoming
  • Data Transfer: 1,703.93 GB sent, 3.03 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.