Memory Pool Memory Pool Refreshing

1,521 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,793 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 1,500 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (226,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
681,273 681,273 000000000000000000094c324e77c0b7bd66ce302da198f67fcc13dda50f8b25 1.50 MB 2,803 144
681,272 681,272 000000000000000000069613f3efa15ffa984103bee8a6c1e6257212509ca7f7 1.37 MB 3,297 178
681,271 681,271 0000000000000000000857198086568cedacf07b81344786984a34bbef0b0ba5 1.44 MB 1,794 60
681,270 681,270 0000000000000000000a1f9323bd120dbbbb89b70ab2cf0018bc2ae0c05dc146 1.40 MB 2,872 145
681,269 681,269 00000000000000000005c5e031f0778e1f7966903ac55df482844fc01492f9e8 1.12 MB 1,249 34
681,268 681,268 00000000000000000005ee171660df43c5c94a326ee0144b587495c689aef4fb 1.41 MB 1,456 39
681,267 681,267 000000000000000000057e5aa581ceae3e29b32499ba07245320ff3beb63fe89 1.30 MB 1,483 99
681,266 681,266 00000000000000000000a9ab02115bf02477d1efdddfee3a7d788fd105226d41 1.18 MB 1,069 149
681,265 681,265 000000000000000000095fd96e7fb8cbe8aceeb7375a0d94f51157c4f811a358 1.26 MB 2,517 87
681,264 681,264 00000000000000000008c88f24110d3e5e82bdfb1b4170d72134b0ec19c71f1d 1.32 MB 2,870 58
681,263 681,263 00000000000000000008a628232b3d9ce971107026530aa2046ef8be93afc97f 1.25 MB 2,808 112
681,262 681,262 0000000000000000000585f86d4d1bad86be29db272f853bf8c42e2761216940 1.24 MB 2,866 92
681,261 681,261 0000000000000000000bbb515765c668c1d9c85d95c4cb700d8efde938f08dc9 1.26 MB 3,011 104
681,260 681,260 000000000000000000034a9433add00281d4a33a71b2984f3ae6cba205afa5cd 1.33 MB 2,336 134
681,259 681,259 000000000000000000075833fe0140125ae32e291f97b7ad0d2e9b0daa5a9436 1.41 MB 2,799 153
681,258 681,258 00000000000000000003d26527adc3a69a3a9ee4f260251b2a0192489542edd8 1.42 MB 2,558 159
681,257 681,257 00000000000000000001ccc9b232a1b49c1e304de95cd94e779f369e04b9df15 1.18 MB 1,423 138
681,256 681,256 00000000000000000007623bb339282510e03def5f26bf928eb82042b1f62edf 1.27 MB 2,337 167
681,255 681,255 000000000000000000052beef996d4011f66d18eec5294d8fc26e2a2914b4302 1.24 MB 2,212 133
681,254 681,254 000000000000000000042f40b66b2af0e2603d5da2591439de2a5eb001bc30f2 1.47 MB 2,049 136
681,253 681,253 000000000000000000050e4338ce5d977aa1ca2592d3032b417810718183a6d6 1.22 MB 1,744 157
Previous 10 blocks ↓
Total Size: 769.15 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,632.63 GB sent, 93.63 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.