Memory Pool Memory Pool Refreshing

89,954 transactions
37.54 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,619 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 4,495 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,618 (314,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
530,428 530,428 0000000000000000000fe3b27bfe167e91a5e46c0cf32ec5bd551b7669c62974 1.15 MB 1,886 41
530,427 530,427 000000000000000000266db0c60263e883bfbaad3c2d33906bd3f8422ab95ee8 0.89 MB 305 2
530,426 530,426 0000000000000000000e0e0b4acc3b173274268c580061d9bbcb77470f5e604c 1.16 MB 1,937 20
530,425 530,425 0000000000000000000faa39ed67db348a1045c550c838c5cd917eeeb5b49772 0.32 MB 760 44
530,424 530,424 0000000000000000000145ad55f89cbf9292d0dc0cb74506b1a0c0b358b2010c 1.19 MB 1,741 15
530,423 530,423 00000000000000000026683db443eeb5262c555f0be2c0acfbb0058bbb7ceece 1.05 MB 2,263 9
530,422 530,422 0000000000000000000fe19cae4a0edb017a6a125e8c4fd607e8982c558d8571 1.15 MB 2,722 12
530,421 530,421 0000000000000000001601e21ca6d54c9036a35ca2e5239e08c7567e8c965e26 1.19 MB 2,531 23
530,420 530,420 000000000000000000138d96f3564c1c74e8f4f840d2c68ea22a18cb326f1825 1.11 MB 1,969 46
530,419 530,419 0000000000000000000e4e56d57034ae2157d3a6900c60a6a32e77cc83f215f4 1.15 MB 1,682 32
530,418 530,418 0000000000000000000a9f8ea0d5dab7e749331c91ead5dde0dbc59d5d122e2a 1.20 MB 2,068 32
530,417 530,417 0000000000000000000e825e0fa513b3fe416ddc411827c8a8db1b183e248cd6 1.19 MB 2,587 38
530,416 530,416 0000000000000000001446b0829bdf69c941357ddd73aecf675656a96b6877e2 1.26 MB 1,012 13
530,415 530,415 00000000000000000009daaa173d3add6e1e5980d0602c366ac24436cedafb7f 1.25 MB 1,258 32
530,414 530,414 0000000000000000001202a201151e3c9d4722c873b997d464382041254af1b1 0.87 MB 900 10
530,413 530,413 000000000000000000243abef6b06ef09619252f53c9a7b3b37886905fe7b54b 1.17 MB 99 2
530,412 530,412 0000000000000000002fc11c030d5007236d0f339b442b8152a37e4c0b6b5ea3 1.18 MB 2,521 20
530,411 530,411 000000000000000000218f913372b3e7e09ccb3054e558203710476edec9f29d 1.00 MB 172 3
530,410 530,410 000000000000000000117e2e9737e4cbd3a378b76d10a1e0296b058c1d4bafe8 1.07 MB 1,049 11
530,409 530,409 00000000000000000028db85bd9f11cdc5c20f3c741dca80b2333ffd586f795e 1.18 MB 2,521 23
530,408 530,408 00000000000000000008187d4c083378eaa7b8016338df06f868d4f1aedd4f9e 1.10 MB 1,254 11
Previous 10 blocks ↓
Total Size: 651.68 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,145.73 GB sent, 69.99 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.