Memory Pool Memory Pool Refreshing

30,806 transactions
27.04 vMB
Show Random Selection Loading Transactions
Max Size: 125/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,265 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,563 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,264 (412,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,094 430,094 0000000000000000041427412038094fde3bcba5d51aa0119d20805d3b00ae08 0.14 MB 381 68
430,093 430,093 0000000000000000035d1eacfc185a10e923f4bdbd02f9b0e8fc4a201182a8f4 0.69 MB 1,634 61
430,092 430,092 00000000000000000045389f6ccea5241c73ab8b8bc346d82dd89fea85e0254e 1.00 MB 456 10
430,091 430,091 00000000000000000117b828e3e7e5ead925138e0a59afb120d59ffe8135037c 0.52 MB 1,103 54
430,090 430,090 000000000000000002e1ee9ebb95cc0d4fe2566a987c28856667665e2fe43213 0.98 MB 2,240 57
430,089 430,089 000000000000000000dd67853a2b15c747abb1ddfa933b5f2a0ab9a8d4ce69d0 0.36 MB 813 64
430,088 430,088 000000000000000004428ec4152cdd5c3afb01a85080dc820bcf5fa29508657d 0.37 MB 792 58
430,087 430,087 000000000000000004ae24ef16c9078789931010195fc87f5e8ee070ea51a0e3 0.18 MB 226 31
430,086 430,086 0000000000000000013c413cb35debe905e90559f0eb4acaa7f2301e2d026dd9 0.83 MB 1,829 55
430,085 430,085 00000000000000000441549d8a47a1c4796f1ad71eb6dd351d76dfeeee6ca81e 1.00 MB 297 6
430,084 430,084 0000000000000000041f3d0d64eec6184acd8e2d6a72e99bf2b21ee4a5994ad8 0.32 MB 784 63
430,083 430,083 0000000000000000035147634c3c61d81ce108f912fbb7026a4769eea0dd8509 0.80 MB 1,507 39
430,082 430,082 0000000000000000016d77b2883586c30efb2fa13a9efcb03936607e6f00337c 1.00 MB 2,572 73
430,081 430,081 000000000000000000360814a4bc1677826a04c152cda9e7da62bff9f58ba878 0.21 MB 545 66
430,080 430,080 0000000000000000030374597f003a59d09844b3c975bb949dfe1ea65891a68d 0.02 MB 57 62
430,079 430,079 00000000000000000054cfeac420da2eed16f63230c952a0d7994e30f46a8f9c 1.00 MB 1,376 37
430,078 430,078 000000000000000000817381deb794617214bce2b343e2838185bed17b55ca3d 0.35 MB 649 46
430,077 430,077 0000000000000000022e77a0e41831fffeb5b5a4c66c3127c60b52856f31fa8a 0.20 MB 472 65
430,076 430,076 000000000000000002dc4d0aba20891e84a04e9beffd9b648102fe702dd0731e 0.96 MB 1,037 29
430,075 430,075 0000000000000000000a502f779315bd6b73104c243b06f9309acd83bff1d968 1.00 MB 1,853 44
430,074 430,074 0000000000000000033014a587ba9a1328af2346faab7090f8fad384bbc069ce 1.00 MB 1,805 34
Previous 10 blocks ↓
Total Size: 647.22 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,463.98 GB sent, 44.02 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.