Memory Pool Memory Pool Refreshing

73,172 transactions
35.25 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,158 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 5,153 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,157 (375,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,317 471,317 0000000000000000019d607647c4d3f80842b9759da630ed42c72fa98435e329 1.00 MB 2,256 377
471,316 471,316 0000000000000000002fd128085af5cbae6622e75982eaddf7083af160d05ced 1.00 MB 1,757 197
471,315 471,315 000000000000000000bbf0e20d93a587eeddbd710493b848e6ab1f0237f28ea4 1.00 MB 1,509 194
471,314 471,314 00000000000000000163053f7479cd06cf3caad49e05256eaa0ebaed700d3453 1.00 MB 2,457 263
471,313 471,313 00000000000000000125c1ef52637baa7d23a18d5bdc9717ccd7d8377fa49998 1.00 MB 2,190 384
471,312 471,312 000000000000000000cf2c9bab24a17d5d64612b57fcfc8df9f088c334e38419 1.00 MB 1,699 342
471,311 471,311 000000000000000000494acf572a4d59e52b630e8699cd4dc81f9f0074c05c7c 1.00 MB 1,895 367
471,310 471,310 000000000000000000f73c93b832f0db7d5de87b5122d506e284864b43468ed2 1.00 MB 2,352 344
471,309 471,309 0000000000000000000de001b4759f07b54c7f419fc275b18bc5f5b55ebc2a82 1.00 MB 2,518 418
471,308 471,308 000000000000000000c17b34013514d687f4acd5d3ccef75e4634700c8dcd660 0.75 MB 2,009 513
471,307 471,307 00000000000000000191397a95c58fa81ea3a973fa51b314b031eb351e156902 1.00 MB 1,623 193
471,306 471,306 000000000000000000a1bbd2265918a5bd3ef80694ecd9b36fd3dfdea13dc750 1.00 MB 2,004 276
471,305 471,305 0000000000000000006df87cee16e70d415880b90d5b3f42590429c9a35eb912 1.00 MB 1,570 324
471,304 471,304 000000000000000000ee1a036bfd59adfbb8bba80b2c3d76751023422e445c69 1.00 MB 1,840 227
471,303 471,303 000000000000000001100a42346ff31f237c4880cc8712c94e205fa8d3dac69e 1.00 MB 1,675 309
471,302 471,302 00000000000000000158397b5a576db754f136081d4f9f35d6bfdf4265626cdc 1.00 MB 2,236 303
471,301 471,301 0000000000000000002a329cce1764ed50d0381f53806bd1547fa3bc0c8cf62e 1.00 MB 2,488 274
471,300 471,300 000000000000000000ddd2779d0364a95bf8420547a6f7f8cb0cd38c4d7093d5 1.00 MB 2,427 224
471,299 471,299 0000000000000000018ac98ef94b823e713b8f78944c5de30456cc7e38c65502 0.99 MB 1,578 259
471,298 471,298 0000000000000000004bae7a9c44515b4ef9347e7836da01d54d14ec70a800cd 1.00 MB 2,367 418
471,297 471,297 00000000000000000153cd31ff4990ac06bec0a1487e3ff0a6186fbb5dfbe959 1.00 MB 1,966 341
Previous 10 blocks ↓
Total Size: 656.26 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,528.32 GB sent, 101.42 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.