Memory Pool Memory Pool Refreshing

4,603 transactions (1.19 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,101 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,676 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,100 (831,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,189 77,189 00000000003423236b17b5427389a2be42771abcbdde49c7075a47e37e0a5828 0.00 MB 1 0
77,188 77,188 0000000000282ca1535c3d022841c6d469bac941d619cf8e1a5de94647af7d62 0.00 MB 2 0
77,187 77,187 00000000005e08f0e56a5b13f0971739a4f2ca1bac9f77b3620c619ce7d83ee5 0.00 MB 1 0
77,186 77,186 00000000001e5c222d0e3fa1076204a1fd31af0b9dff70b23c89013a744e468e 0.00 MB 1 0
77,185 77,185 0000000000119623b95ed07192cbfa8111d8311ee641439d1781c63fa390ac40 0.00 MB 1 0
77,184 77,184 0000000000551be3ce90f459e622facd4c1da02283d581cceb15527098ec89e2 0.00 MB 2 0
77,183 77,183 00000000001fc9353353f1cca2d947657b86af7dda0c579fb2fb436e1cfba71d 0.00 MB 1 0
77,182 77,182 0000000000432a325bd281277218cb612de9b702c3ad7daa8d8713a12c55bb70 0.00 MB 2 0
77,181 77,181 00000000004ac69a6afd7eec0a604ce20dad1f36ac4c3e3ac75f3cc774713e96 0.00 MB 1 0
77,180 77,180 000000000043d93cc6dc1d166dfe184687ea89c68b8aa00a34e1404bcd6db2fb 0.00 MB 1 0
77,179 77,179 00000000005f8f495daec153174237d78271c839c234c5571b700276d3f88cea 0.00 MB 1 0
77,178 77,178 000000000054d225d3bf78ab6599a5d493fd7ed7c993a28fc6e087813eac2dd1 0.00 MB 2 0
77,177 77,177 00000000004d160e089936af717f1cac79ffc619796aedff25bb5e0b90fc3a79 0.00 MB 1 0
77,176 77,176 000000000059bf7ca5aa590438d88893b7ac98ea950b178d923f7151edd34cf2 0.00 MB 1 0
77,175 77,175 000000000014dc96934441e14a0a886026ef4bded5083a334c43c1073e723a81 0.00 MB 2 0
77,174 77,174 0000000000197efdd7345b8e0155d26b5917fbdf37d563e911a3b43a6c4a28c4 0.00 MB 2 3,891
77,173 77,173 0000000000042734cf514fbbbb654dd27f1b58cd6897bb61243b58d22e168d29 0.00 MB 3 2,403
77,172 77,172 000000000007af8ea219af49e40f0863226606a54a26ae60f79f7121bdcad3bf 0.00 MB 1 0
77,171 77,171 00000000002cf6fba461d7b00a2ad3d506fcccbc0599c609dcffdb4d93d88600 0.00 MB 2 3,875
77,170 77,170 000000000044694b6c1deeda5d7770322a169caaa174fc44dc8c144d7c3b072d 0.00 MB 1 0
77,169 77,169 000000000015c36e56e783eb1441c06eaa42e8afe81ab1d3847e58e73df2df73 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.73 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,917.82 GB sent, 106.21 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.