Memory Pool Memory Pool Refreshing

103,556 transactions
34.45 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,232 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 6,535 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,231 (327,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,888 518,888 00000000000000000005c0c917d846c42596d619db547c483fc9b53a96631d36 0.24 MB 361 49
518,887 518,887 0000000000000000003f1ce2dbae67746b56f35a132cfef28e75cdd570b30815 0.12 MB 226 19
518,886 518,886 0000000000000000000cd9a4df1dfe0ac6fbe374c22ac135be65e1976f305111 0.04 MB 50 11
518,885 518,885 0000000000000000003da79f3565b3d99d4003b3f4e85053e6026a863bacb21a 0.47 MB 756 19
518,884 518,884 0000000000000000000b4069691d253784178de47185e4c6cd8b09d3a438b426 0.08 MB 167 34
518,883 518,883 0000000000000000004489ff96db62592fd305e4cb7fc933082c4a92300bdcbc 0.26 MB 494 8
518,882 518,882 00000000000000000046ee57426ec63c9d3113ce43f1c7818741bca84c277336 0.19 MB 261 44
518,881 518,881 000000000000000000385546c603f0fd6a618ce5418b4b09bc05b2f581e378ce 0.42 MB 944 30
518,880 518,880 0000000000000000002f1f41c444bac278d2779f9599d3b20277e7dcee8c1993 0.73 MB 1,202 38
518,879 518,879 0000000000000000001c189b29d615445c3242fc3be7547eb34fb65d19def3c5 0.50 MB 911 27
518,878 518,878 00000000000000000032c854277b56513c4163f0188774d27a9e50b4079ff82e 0.92 MB 1,977 25
518,877 518,877 0000000000000000001351f11fb1da7d707ea4279482548f1e474e7faef7e445 0.53 MB 798 23
518,876 518,876 000000000000000000217141afdb35faa3cf84712c48d5135294ff3087c80638 0.00 MB 1 0
518,875 518,875 000000000000000000393cde465168d02ff9be4113f05812346696f89f239ac4 0.64 MB 1,024 20
518,874 518,874 0000000000000000001b937a7bd8d71e8f1bcf5e216fe8d53610d2e3015fc920 0.52 MB 735 36
518,873 518,873 00000000000000000046780f32d64dcfc004353fbbce348e5fdd5b598a063802 0.51 MB 945 4
518,872 518,872 0000000000000000002ee37ce51df1281ca1de7afb339456d38ddee0c698ab3b 1.09 MB 2,117 43
518,871 518,871 000000000000000000175b23f8c5392e910bb0fbebff39a7578a4a585d665d69 0.06 MB 135 37
518,870 518,870 00000000000000000018519fb232dfdb0df694ec08b76009c862b9315ecc0d7b 0.55 MB 1,388 9
518,869 518,869 00000000000000000041a18d86b00255aca3c64738baf1240fdbdaaa62064f37 1.09 MB 2,285 42
518,868 518,868 000000000000000000234fd89d4ea909142f8ee8fd1481f5202bddb72f5132c4 1.06 MB 2,311 28
Previous 10 blocks ↓
Total Size: 654.64 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,390.10 GB sent, 90.50 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.