Memory Pool Memory Pool Refreshing

81,888 transactions
30.30 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,336 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,502 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,335 (654,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
192,192 192,192 000000000000078cff5247dc5929d08344ea0996bc2a2841c4d9b776c2a13e71 0.05 MB 151 43
192,191 192,191 00000000000005f6a4396136ebefef12fc6b48e514a90691506b0d6c7749ad1b 0.12 MB 174 76
192,190 192,190 00000000000003853cb9fcd8354486df84199911162a31826abaec260494d985 0.07 MB 170 100
192,189 192,189 00000000000002b3340b325f7ddcf5140d54ac189b9d87d066bfbdbc7b873453 0.13 MB 313 131
192,188 192,188 0000000000000763efb32c20652758336620ba109ed3ede7020726260a072f6b 0.23 MB 423 161
192,187 192,187 00000000000000380a7fecc12ae6379a8e0e9c4ca4d60775ad039047826bd22e 0.05 MB 137 211
192,186 192,186 00000000000007141f4476fc13f82a5df6b1ff93331af5d637f2d77f0107caaf 0.08 MB 138 128
192,185 192,185 00000000000007e406a2aefd976b2b0bfcbab0050c07d7b0c252ef5e241b0321 0.25 MB 651 82
192,184 192,184 00000000000000e99a83eb9aa735e7e7778f621e9d04e1423d184748b372e248 0.00 MB 11 298
192,183 192,183 00000000000007f2e1cc4ff5f3b63199abf844f0041d6e1cff7944b9dc4fde4e 0.19 MB 512 105
192,182 192,182 00000000000001f46e0b1a7ce0f48942f82a44f7a9dcc925826342b0ae677d88 0.26 MB 458 178
192,181 192,181 00000000000003e9bc090794ba6bee1c81f63d46e2b554e8e9c2e8643de34d0c 0.01 MB 15 92
192,180 192,180 0000000000000331d8df165c855cb8a411817183b268692a2d9f8f061fa7cb89 0.09 MB 267 1,481
192,179 192,179 00000000000003dcf31c51b13ba51a607b54039bc323e21a884348740ab70341 0.41 MB 1,027 705
192,178 192,178 0000000000000674478a81b41eca8350be17e72d96e91db031e7edb13a5ff235 0.00 MB 1 0
192,177 192,177 00000000000007d88040ff238e17aa6d4d9031127d0519de7d6105a9b0b8d00f 0.05 MB 90 7,016
192,176 192,176 000000000000030131b09f15aa8ce27d8731b55d6ef84bae6e11a9591b1f964c 0.05 MB 136 1,101
192,175 192,175 000000000000028f613f3032c7634a5427715df4af201a40fb6d3c134e56901b 0.00 MB 14 0
192,174 192,174 00000000000002ef7a7f153da06665cf83ab858a2e10170d292ce1c5efcd17fc 0.25 MB 481 133
192,173 192,173 000000000000004c416d3fec5bff715a8701839ffab88289932ed1a6809c8383 0.05 MB 119 797
192,172 192,172 00000000000005ab94da5df196b3cd47c5843c202ba374624f34a2ad791fbfb5 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 654.83 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,412.51 GB sent, 91.87 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.