Memory Pool Memory Pool Refreshing

67,801 transactions
36.18 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,096 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,491 33
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,095 (411,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,383 430,383 000000000000000004946634915a098f7a5e27d1560616aabb7e8060fa2b5f5a 0.83 MB 1,642 40
430,382 430,382 0000000000000000047c5111b1d9210ecd5436b482f637e51236028498727617 1.00 MB 2,538 81
430,381 430,381 000000000000000004575c57216447b3a49fa247035d0a0132d3a26a2ce53f5d 0.99 MB 1,247 34
430,380 430,380 0000000000000000047dd032dd325fb95e68effc942e09a40d7221395ca5b2a1 0.43 MB 707 49
430,379 430,379 000000000000000001334a7df96a9b0717278a518983528df4d8d4117ba69c02 1.00 MB 1,713 45
430,378 430,378 000000000000000002460abfbd392c7c808031b7033573c4f55fac1b14a451ba 0.31 MB 505 49
430,377 430,377 000000000000000004cab287914bf9a7c4b7bcf9d5afedd60221a60206f317a6 0.25 MB 596 59
430,376 430,376 000000000000000000bd6e2acf03c55f9b6446de3dab45ad934f46dbe01fe206 0.45 MB 939 61
430,375 430,375 000000000000000004b46dd59803a4789db6938f81743a686740eb1e809f403f 0.73 MB 1,047 64
430,374 430,374 000000000000000002d8b5c0124744fce021e5395e2de64df2d31319ac221df9 0.47 MB 755 44
430,373 430,373 0000000000000000011fa00af3a0bd7087def4c713fdc4a175ddef893b19e177 1.00 MB 2,143 63
430,372 430,372 000000000000000001290ef1b8ffcd90c7ce7a3c8356882f8dabd8e253a25105 0.14 MB 376 56
430,371 430,371 00000000000000000478c1c0b800461869c48a482fc20eae2ab5eff2a5b9e191 0.39 MB 807 61
430,370 430,370 0000000000000000009f6b64a0ee8bfe715efc609ade9a474eee05d722fcd472 0.41 MB 827 55
430,369 430,369 00000000000000000243920d2ed71fe89cbb301250abe54dc6590b3861925227 1.00 MB 2,377 65
430,368 430,368 0000000000000000009b15a83af7e4daa655a089313ad79f2e042e4df53da972 1.00 MB 1,987 46
430,367 430,367 000000000000000002c0956fc075fd39f536d9a1843bd8077127ca89ce2001e3 0.29 MB 690 63
430,366 430,366 000000000000000004b5ccc4a5ee48f38e647d47a6312951f135402943c6453e 0.64 MB 1,229 58
430,365 430,365 0000000000000000009b811d61c9dff83a22f9caa32c9f6bee3e173c4afe6a81 1.00 MB 2,155 61
430,364 430,364 0000000000000000034f59f2be26bb342e1bd966bfa79b32b0af623e6ae6ec01 0.41 MB 987 59
430,363 430,363 0000000000000000011ce30450fe2a00a1348ba3124f0f3b9f89b6ddbb00cf4c 1.00 MB 1,764 49
Previous 10 blocks ↓
Total Size: 646.93 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: 8,437.91 GB sent, 41.54 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.