Memory Pool Memory Pool Refreshing

85,472 transactions
38.62 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,324 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 4,531 29
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,323 (683,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
163,527 163,527 0000000000000b218387ccf510d2a7fb686c98dad78a8d24dd6beed9e358f807 0.02 MB 56 194
163,526 163,526 000000000000021c2853a2ddb39b560e962bf6cf0c0978bcebd361462ce6ecb1 0.00 MB 11 282
163,525 163,525 0000000000000cadcb0576bd0c38f79aecbae8db260fbd03b4465c408b3b8c22 0.03 MB 54 34
163,524 163,524 0000000000000b9ac33def2f57a694e447a0eba450e6e5ee494a17ba7df0bc2e 0.03 MB 53 91
163,523 163,523 0000000000000cb455c0a38af19c03a3d5941cd44a912b63136aad114b18d0a8 0.00 MB 12 0
163,522 163,522 00000000000003660505d77f2d329f917c68c533dbad00200c412e5b8929bbec 0.01 MB 26 217
163,521 163,521 0000000000000597d18c0c39423c548a2c086dadf9f764993aa817e8c572fb8b 0.01 MB 24 150
163,520 163,520 000000000000071ae640fbc08f00aa460798d51a81629e985599d623aa9c5f99 0.04 MB 72 252
163,519 163,519 000000000000082da678a6a754acb7ebaa6018b4e0e454976572f92b26627d7c 0.05 MB 64 311
163,518 163,518 00000000000001dc45e5395a4f23447ff816d2298044d1194636107097ca8098 0.03 MB 60 125
163,517 163,517 000000000000097f9f4d3522122a8404e180648284937a575166fa6682883d2b 0.01 MB 15 247
163,516 163,516 0000000000000b8d17795e3936b52aad3547873d2a069a13ffdfb17d4d3f01b3 0.01 MB 19 115
163,515 163,515 000000000000045066d9b6a1e14eaaaebbd3a6da5866d5d8ea0e6acc95f793ce 0.00 MB 1 0
163,514 163,514 00000000000009d322c9b06212123ddf9b7ddc0a7bfd431e797191ed9d28e672 0.00 MB 15 491
163,513 163,513 0000000000000835c9e011e134046cad355a1d4fc201ccadd5dc5e4a058d2c44 0.00 MB 10 16
163,512 163,512 0000000000000b04bb5924993a89cd120076840f5b9b0abc185da26ce2696648 0.04 MB 104 1,009
163,511 163,511 00000000000009f2580bac7a5d37de76a0a78090bd45edd7f3a4bd531ddee261 0.00 MB 7 108
163,510 163,510 00000000000004dfae40cce2a54517ab4a9d369b6f64bbe2527afdd0f3f88369 0.01 MB 30 27
163,509 163,509 00000000000007763cbd0602dc26c5e219fd47baacfb1751bffef5c265ce448d 0.00 MB 12 14
163,508 163,508 0000000000000002e6c56308f9d0b00ca34e165442efbe1b7878d906e1a6fd18 0.02 MB 37 163
163,507 163,507 0000000000000b4d85770202e338373f0ecd24222555feeb335eb065048aad37 0.01 MB 13 148
Previous 10 blocks ↓
Total Size: 656.55 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,551.35 GB sent, 103.87 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.