Memory Pool Memory Pool Refreshing

54,505 transactions
37.13 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,127 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,309 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,126 (239,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
602,446 602,446 00000000000000000005fdefcede84d704e15b282ced2928a25dac961fff6cad 0.81 MB 2,192 22
602,445 602,445 0000000000000000000418821a5a63cd097ceea89984088c43d86eadc3a17dc5 1.07 MB 2,431 8
602,444 602,444 0000000000000000000f7130c4b541c6cf73cc74a8e81697bc2c1266ff8beecc 1.24 MB 2,622 42
602,443 602,443 0000000000000000000adf2b5896f9685b82f8571b711b41563e3116044b4393 1.03 MB 2,601 24
602,442 602,442 00000000000000000007acc882b19b64b4737d76957081961535ef61ccb32fff 1.25 MB 2,929 28
602,441 602,441 000000000000000000009958bb88949b7f013975834ea027649ac6f477086cf9 1.01 MB 2,592 10
602,440 602,440 0000000000000000000b50f04fa00a6fb7b245a392ce148ad724f6874f19bfb3 1.31 MB 2,725 37
602,439 602,439 00000000000000000008b10014ffdc744391a17bbba1fab9f888cb62fdd8e4ae 0.16 MB 316 40
602,438 602,438 0000000000000000000e63aaa0d884bf43eb5825f4306e82961ac0c850c70ab1 1.08 MB 2,323 26
602,437 602,437 00000000000000000007c3fc4c2b4fec00d796f1ddfbbfbf2c3b3642a7dfa90f 0.61 MB 1,582 26
602,436 602,436 0000000000000000000490c8958f031bb300e4b6929a9946e7044f2fd98db55d 0.81 MB 1,767 25
602,435 602,435 000000000000000000054546bd472ead518255a90c8a99b4785233ff78402b5c 0.92 MB 1,829 21
602,434 602,434 0000000000000000000d252a3d7510124a6f26eef57328309c390290b5542424 1.19 MB 2,986 19
602,433 602,433 000000000000000000056f305d5305ebabf487bfec07b0505aaeb56b5e000dc7 1.28 MB 2,380 30
602,432 602,432 0000000000000000000da3c74a53818c06c91d0ea0555f6e0c8ac48e0a2a4742 1.28 MB 2,401 33
602,431 602,431 000000000000000000087bc2941429d5029aab4f054db4e4791d5639eef8c392 0.05 MB 123 22
602,430 602,430 00000000000000000001de65c8769622c22340e2b7f5baa0e0e99a551705f17d 0.20 MB 593 17
602,429 602,429 0000000000000000000def7713b5c5439fd24dd05718f1bf04bca91ce13a8b02 0.33 MB 583 32
602,428 602,428 0000000000000000000296b1e89b60881297a996cd38a8a23c93b4de411a6069 0.96 MB 1,989 13
602,427 602,427 00000000000000000004bbdf042004b0c953fc3689d0dc0cd6a9d8a92d6ec912 1.29 MB 2,798 41
602,426 602,426 000000000000000000138a744a82da26d4332b5740d75cb4ee150d14f9d801cc 0.46 MB 815 29
Previous 10 blocks ↓
Total Size: 646.98 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,442.37 GB sent, 42.07 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.