Memory Pool Memory Pool Refreshing

55,300 transactions
71.44 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,927 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 495 475
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,926 (233,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
613,524 613,524 0000000000000000000cb72cb5060645d6c197e492d6374f12bad3f2ee3db28e 0.86 MB 2,148 9
613,523 613,523 000000000000000000065a2bfed06cb0df1f584e48be7bbce931873ca3b2b3be 1.23 MB 2,512 6
613,522 613,522 00000000000000000010005309d9097ef7581c13a88960d9285b1479c1f04301 1.34 MB 2,994 16
613,521 613,521 0000000000000000000b3bfe15f0c1a9f160ace5db648dd44d0f5b86cbdf31fa 1.28 MB 3,287 32
613,520 613,520 00000000000000000005389eb2699af7f7826081843af3fba4a2e7f54597bff1 0.08 MB 206 15
613,519 613,519 0000000000000000000570271d8f112e246c418037e58dfa9ec9a486ba2db56c 0.49 MB 882 17
613,518 613,518 0000000000000000000d939ac10e7913fee73fef9f71f7a7ab97fb3a5661ece6 0.04 MB 100 17
613,517 613,517 000000000000000000110c333d6fdab4ab645408b5246f877ccfd8bfd63c0f20 1.27 MB 3,123 15
613,516 613,516 0000000000000000000ff3d99c85c8ec82a79b03ba72617034e2d043747aef98 0.39 MB 883 20
613,515 613,515 00000000000000000011390be969a5268aa4dd5fcbad66ed01262afecb9e985c 1.05 MB 2,614 13
613,514 613,514 0000000000000000000c5ac9ae779e436856fe6a44e162330becbb9070e3123d 0.58 MB 1,293 16
613,513 613,513 00000000000000000005bd856df69579709e38988bb3c1bacc7e0802f86a1024 0.40 MB 985 16
613,512 613,512 0000000000000000000e3323d12e0638e3b515d77fbacae9219b702b8a630c30 0.58 MB 1,399 20
613,511 613,511 0000000000000000000d3052f47a06a1be7e82971be350e2371ff9fa02130eda 0.15 MB 299 22
613,510 613,510 0000000000000000000469a546987f925b5cfd259b708b8d694d52d36bc73f8a 0.56 MB 1,418 2
613,509 613,509 0000000000000000000f17ba436b204febf9c23d0ec54e5b290e9ecf7f25354b 1.28 MB 2,616 19
613,508 613,508 00000000000000000009b9ce959646130b7fec80701867dde87d16a099203561 0.13 MB 345 22
613,507 613,507 000000000000000000056936bf8e6ac91c8a414161d8b077897f76f2ee4d8312 0.05 MB 141 13
613,506 613,506 0000000000000000000e086ba48a105d32d54ebbdc9580086458bd9c886fd67b 1.05 MB 2,472 14
613,505 613,505 00000000000000000005b3a6c5a6058424e982f5f69348da2ae9ac453ca600d8 0.25 MB 657 14
613,504 613,504 0000000000000000000051b23aa161f082e11b147ab5dc4360697409c1041349 0.53 MB 1,248 20
Previous 10 blocks ↓
Total Size: 655.88 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,511.59 GB sent, 99.34 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.