Memory Pool Memory Pool Refreshing

93,465 transactions
32.41 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,942 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 3,850 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,941 (588,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,830 256,830 0000000000000000b2fea4bb173b8adf850dfa32921684519a666d057a203954 0.12 MB 328 151
256,829 256,829 000000000000002a035a97f423a9501e11b98f517e2358186f2f8fd721f9a762 0.02 MB 21 70
256,828 256,828 0000000000000028b32174c72bacdc96061bb7d90c6449317cb0e01a6565cb04 0.02 MB 41 129
256,827 256,827 000000000000002ca65506aab0739fe573079e3e67c58b6c6d17a5c50e4dc170 0.02 MB 47 195
256,826 256,826 0000000000000030130ffffedf7f7b3a1e467e2a447f3a0c015e5e21d1841c8d 0.07 MB 192 172
256,825 256,825 000000000000002867f8f6f7027f903ed4d6211c88ac280f99a43800299ac337 0.12 MB 308 132
256,824 256,824 000000000000001bc5fe3f7ca9caba408c99befe02bdbb86f714e310eee2c4df 0.01 MB 22 78
256,823 256,823 0000000000000018a7c8384056b40facb99e586977cd400c75816385e4ea0f94 0.15 MB 385 157
256,822 256,822 00000000000000128eddc9749ac88c440cfab18bf52e0f7755474fcb0254a920 0.06 MB 161 192
256,821 256,821 00000000000000034c7244904e402d05fddc4a9089677e665a15c89512d36160 0.07 MB 166 137
256,820 256,820 000000000000000d373e32ae8167c219f56b6819e8259b2920c580230930d710 0.12 MB 289 135
256,819 256,819 0000000000000009aea9abe8fd6520c2295a94746d2e01378921ad1fc36ed4a9 0.01 MB 15 110
256,818 256,818 0000000000000007bed1f8466a98c8bc483369ba611c59443895348a1f7ef8ce 0.24 MB 570 79
256,817 256,817 00000000000000211c65b80a0be4cbf07ec39733728f302e128127391eeff199 0.25 MB 633 146
256,816 256,816 000000000000000d76a558b00f596dd38aad126880cba964d18e55ae041aabc2 0.10 MB 255 128
256,815 256,815 000000000000000d42c7852c90608ddc8c5416acd04656f2f43988236cb72d67 0.04 MB 96 94
256,814 256,814 00000000000000195c8f4282e8f6f0224ac07c61b4c33f5ecddaef3c6e447343 0.16 MB 369 113
256,813 256,813 000000000000001f00c4c88e75e90593e3581bd9aa204b1c7c6fa1b86d6864df 0.10 MB 250 115
256,812 256,812 0000000000000009af05fa42d688dd975249a21a3fe66389ca3a2a4a79373fb2 0.31 MB 815 129
256,811 256,811 000000000000000f7391ade3d86c773252c59a3f3676b446d5e38f6c34bbd5ec 0.04 MB 97 137
256,810 256,810 00000000000000203212b020faf7d28151f1a1c2df7b13732ba23d7377746615 0.08 MB 216 114
Previous 10 blocks ↓
Total Size: 652.29 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,218.00 GB sent, 73.73 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.