Memory Pool Memory Pool Refreshing

82,825 transactions
41.05 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,302 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 4,932 34
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,301 (234,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
613,220 613,220 000000000000000000126072a43674136385a9ea449cc8967d70ec81d07f31ba 0.38 MB 950 14
613,219 613,219 0000000000000000000e836ae581e3544639a3f17599d3660688b20fc5a41633 0.07 MB 209 15
613,218 613,218 000000000000000000074ae308a28b3e2dbd44fcfcdcbcd1c08f1cc28949d36d 0.27 MB 809 17
613,217 613,217 00000000000000000009f2f7b0a006e555abc0bb04ae05d60a4fb4d969bee02f 0.05 MB 140 22
613,216 613,216 0000000000000000000655d43a4b8fef0721918188c1727449fc5a9fc16ea435 0.39 MB 754 18
613,215 613,215 00000000000000000002ca8dc18b1fd56a177c4c4bccd0c5e309c082f08c2548 0.27 MB 815 12
613,214 613,214 0000000000000000000a087fcf2f762311b5d10f55326016e74799565f4d3dd9 1.31 MB 3,254 21
613,213 613,213 0000000000000000000c1684f748835c580bef896cf5f8a10a10811228b8692c 0.00 MB 12 20
613,212 613,212 00000000000000000010a9b91d5c2da55843ad87ba6d61e0ec0327c036c5592a 0.64 MB 1,525 21
613,211 613,211 0000000000000000000400cf82cfa53e7a29273e5847fae76b521601906530cb 0.52 MB 1,351 2
613,210 613,210 000000000000000000095ccefd0b680b25d5ea09c2e69e0b0c69952677840ffd 1.30 MB 2,568 20
613,209 613,209 0000000000000000000f07aa321f0e9c8e5fcb003b039e073c91917dfc875642 0.40 MB 1,157 15
613,208 613,208 0000000000000000000f6cb291c52ab6209ddbc0dfdbaf650afd508489a81846 0.68 MB 1,317 16
613,207 613,207 00000000000000000000a1e3e8b59350126ce2c67ce7e05e02e782498281f80e 0.33 MB 811 17
613,206 613,206 00000000000000000000c5eca3c2f2aaab931843771234f2b80e0f224cab1647 0.42 MB 1,106 2
613,205 613,205 0000000000000000000c2ea7e89e3c0a9b316701e3a18dfcf584eae34809b063 1.29 MB 2,560 22
613,204 613,204 00000000000000000006bf0e497568e725a3d955125783a980155ce8fd79b290 0.06 MB 156 16
613,203 613,203 00000000000000000009dc7b1347b9ec2c4e583a69d4f1b39caa017d57eafa74 0.88 MB 1,776 16
613,202 613,202 00000000000000000009f45314693dbe47de6d58009b04349e19500f27ceb8fe 0.68 MB 1,578 25
613,201 613,201 000000000000000000129ae94c0410fef11d152f6203936ef6a05e11a3f7874f 0.44 MB 1,219 14
613,200 613,200 000000000000000000005886e83add4affa7d75c86f8e12d2d034f39c0b883de 0.66 MB 1,495 17
Previous 10 blocks ↓
Total Size: 656.51 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,549.70 GB sent, 103.52 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.