Memory Pool Memory Pool Refreshing

72,786 transactions
32.49 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
844,417 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 6,338 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,416 (170,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
673,922 673,922 00000000000000000001c00d5510678145087e67081d474ef0dee0e2ddbcf230 1.43 MB 2,196 54
673,921 673,921 0000000000000000000692e4f01a6538c5fd399d0d75aa063224391ef7a1634e 1.37 MB 2,537 62
673,920 673,920 0000000000000000000adc819f42252108433ad7329dd66794ba754922dc9c19 1.49 MB 2,605 110
673,919 673,919 000000000000000000028faf18ea606bd431d79ef6ce786a2c31cb36f0b14506 1.47 MB 2,127 60
673,918 673,918 00000000000000000004941484187d58bb41291add1e2674f7203f0336cb478d 1.28 MB 2,692 76
673,917 673,917 00000000000000000000b015d1bdf6695c8ebfc5a00666b109a1b295aec4c5be 1.51 MB 2,586 110
673,916 673,916 00000000000000000001ce5feb1d90d4c23134c415136aea388b5281a9fba8e8 1.55 MB 2,078 71
673,915 673,915 00000000000000000008d466ae6bc43ffdca7fd0e5abbf1e7c1cb29befdde1e6 1.33 MB 2,890 82
673,914 673,914 0000000000000000000aa0d572157310fd490b5cde7fb2c6044d7d7278dfa067 1.18 MB 2,637 65
673,913 673,913 00000000000000000008e6d5146878b2d41630d9a34a8fa6e24bc46f36451fb6 1.20 MB 1,530 100
673,912 673,912 00000000000000000006b6dd0ef02fef4390113dcc4cdb32f411b481bf2f849a 1.27 MB 1,484 109
673,911 673,911 00000000000000000009c8ca6045738b66fbacb006dd226baebced3b8142a10a 1.39 MB 2,539 67
673,910 673,910 000000000000000000009ebdef4f085a14c1edf5de3706f93f0fb386e7e4b44c 1.26 MB 2,232 82
673,909 673,909 000000000000000000051001b0722821af9fd1c83b73588d01dc17c48f958d2c 1.29 MB 2,498 65
673,908 673,908 0000000000000000000c37bf528c28821b1fb8d4f20dbc3f607bfca4e4bd2603 1.33 MB 2,356 75
673,907 673,907 00000000000000000005f6d41322e6cf79be7e0efdcb3bf4659ea51023e2c626 0.00 MB 1 0
673,906 673,906 00000000000000000000ff3c958faba8226c4bd8dc29d1022d6416e67c57127e 1.10 MB 2,375 65
673,905 673,905 000000000000000000020e9da361999577e1c3f002add3d375fde925be74a8c5 1.16 MB 2,184 71
673,904 673,904 00000000000000000003ede7c033bfa072825590196b3f43345fbb6fb5033be0 1.22 MB 3,080 92
673,903 673,903 000000000000000000041fed3636ec445ff9b6c765574f24681aafe5cd78859c 1.12 MB 2,729 78
673,902 673,902 0000000000000000000aa640dd0e6651e124500124f8a43175fa8ac099b751ea 1.15 MB 3,185 73
Previous 10 blocks ↓
Total Size: 651.30 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,113.34 GB sent, 67.82 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.