Memory Pool Memory Pool Refreshing

75,715 transactions
39.17 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,650 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 4,711 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,649 (710,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
136,831 136,831 0000000000000a8d9e0405a0e037e51940f9842571204809d4140b411d27d70a 0.05 MB 159 53
136,830 136,830 00000000000006e5551ae427da063d1e9a422aac3ed304383905619f86e16108 0.02 MB 36 157
136,829 136,829 0000000000000888c0c433a1140e99753ae2effc3612fd451a18759d460bdb68 0.01 MB 12 57
136,828 136,828 00000000000009fc1facbc3430020d09c7984cb41a89512d1d4e8e70e2f294eb 0.01 MB 20 239
136,827 136,827 00000000000002eb3e503fcda4fee04d0bfd19976bc9565900b0120163f5bb55 0.02 MB 43 327
136,826 136,826 00000000000002f516c0de1f18463acee35fdae0aaeee3ed48bccde8988c14e7 0.01 MB 13 221
136,825 136,825 00000000000003059c7fd800cd390d28d73c3d69f8c63f6c250869d96f36ae94 0.05 MB 49 190
136,824 136,824 000000000000015e08217401a16512e0b306d3abb15be4e4304bd57cb1142aca 0.05 MB 64 277
136,823 136,823 0000000000000759645dced27c83f41b6e200db724af0ceab6ab0033afd0a6f5 0.01 MB 21 318
136,822 136,822 00000000000000117f05fd43ff0321710181a3b751aec1149e1768a80ae5a3e0 0.02 MB 62 2
136,821 136,821 0000000000000722fc15fa315d8be2568e54099beca836b8608a2fd195439b7b 0.04 MB 83 430
136,820 136,820 00000000000005799f75b457b8bcb1c0fc3a6823ec7e7476da5497b04c619701 0.01 MB 38 477
136,819 136,819 000000000000046d96d4612ffc10bef1d86e71b54b81766d478da5001f613b09 0.01 MB 28 615
136,818 136,818 00000000000009380f06d806d86262c18386d9cbba92b622912ef1a9851b8974 0.02 MB 62 0
136,817 136,817 00000000000005f35952fe1ccc1c6508996eb73e2ed48ef0668303c9c9ef43c3 0.02 MB 55 525
136,816 136,816 0000000000000000d6f9591d6e5385853a50829b2f939ebe90794e81bb039e60 0.01 MB 30 136
136,815 136,815 00000000000004fc46c4159a8009e8286a2d8140a30348d4fd01617f6a92d303 0.02 MB 28 328
136,814 136,814 000000000000016bebc22e33a024aee5c39780b6dd92db4911c7868d1e23a011 0.01 MB 21 130
136,813 136,813 00000000000002d5a4f20f3abf3527c9af461c571d634b8d541bc748845cfdb4 0.02 MB 61 246
136,812 136,812 00000000000008977834c4dde1a344e770853cacd0de8de6b00d57ee979cb51a 0.01 MB 11 375
136,811 136,811 00000000000000a62ca3f9ad0f154ec73acac0f26649ac01f363aad65d7e7fe2 0.00 MB 9 588
Previous 10 blocks ↓
Total Size: 657.15 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,579.51 GB sent, 108.15 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.