Memory Pool Memory Pool Refreshing

47,894 transactions
35.57 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,150 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,246 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,149 (468,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
373,480 373,480 00000000000000000388e27b9007ddcbf9060cb654bb81151f94a77a4c54afbb 0.00 MB 1 0
373,479 373,479 00000000000000000bd0508f4a26a86bb8f3066a4ab882de9bb3e84869a6637a 0.92 MB 834 11
373,478 373,478 00000000000000000120ecd1ef26d5f20d4cbcafb081f426fc3498ebea06cc37 0.07 MB 141 39
373,477 373,477 00000000000000000696afec6cb60183e438283e720ac8ffd1826eed54135e07 1.00 MB 1,503 35
373,476 373,476 000000000000000004d8c4d94730f29e88889011588078d2f8b5b292882c2978 0.42 MB 547 28
373,475 373,475 0000000000000000046d3354d3a29908df14b42dcf3722ec8354bbf76f5edfe3 0.09 MB 180 40
373,474 373,474 0000000000000000091204138981d1326aafe1cd551f66cd46098c7f267747b6 0.93 MB 1,938 45
373,473 373,473 000000000000000004597c20aa22e2a889a3b2f5aa4509001c888888dedce263 0.06 MB 139 35
373,472 373,472 00000000000000000d35f074bd4d49213bbe1c2a5e00aac8dd2444ea033ee9db 0.00 MB 1 0
373,471 373,471 00000000000000000e54d8efc8b6d7bc4fd4ebe8db4b5e8642b496d1dc1b6f3e 0.21 MB 332 36
373,470 373,470 00000000000000000e69e0f8e10d0af1fc05f31df0c6675275b43375d265f70b 1.00 MB 1,536 43
373,469 373,469 00000000000000000e23b6133df0a1b0f1c12956777e27c5e4c54a9f7344c599 1.00 MB 1,557 29
373,468 373,468 00000000000000000577ed67cbbefea67e1e26c3df0cf197e447d53b59a4b95c 0.95 MB 2,189 50
373,467 373,467 00000000000000000eab4518dbe07dfb0efdfd9314765831a7edbc7d9c120a46 0.61 MB 1,109 32
373,466 373,466 000000000000000007e19266857fa50e58e821e4a6ee031ea3350ca59f22bbed 0.00 MB 1 0
373,465 373,465 00000000000000001314d57e0e7a97ab7d2755f9b73b2efaa01b68926d8478b7 0.93 MB 1,434 24
373,464 373,464 000000000000000006908691cf81bb627119f305dc0f9a57779cc8f3a663be23 0.93 MB 2,557 58
373,463 373,463 00000000000000000d516b536b0ed72cedd19a55809d7b7a9a48f725a08ffc91 0.75 MB 903 26
373,462 373,462 0000000000000000073b8a10f9f21cae24f2edabe5e94b8223441da2c03c6a14 1.00 MB 2,805 67
373,461 373,461 0000000000000000074344d8d1ff1fa1276faa79f9dc1924614a2d362ad5224e 0.93 MB 449 100
373,460 373,460 00000000000000000e096da6f09512d9cffe72ab1e12b6c0386e6cf33a7b688d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 647.02 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,445.48 GB sent, 42.38 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.