Memory Pool Memory Pool Refreshing

4,209 transactions
1.52 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,962 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (220,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
687,175 687,175 00000000000000000009721fe4ee1b98c118b013ed1884c9154befee7f949e5a 1.30 MB 2,223 32
687,174 687,174 000000000000000000015d399fdc95bcce68c80f048869e99074a8d08fbb0bab 1.34 MB 2,743 37
687,173 687,173 000000000000000000046c14c30946a2cff6a95da0d80f504901a204f0485f58 1.41 MB 2,627 49
687,172 687,172 0000000000000000000241f810d62b5234973dd7853a0fd4b67a9241ac8d5597 1.38 MB 2,955 44
687,171 687,171 00000000000000000000195faffaee0a738493d402e863a891e2437daa8e76f6 1.36 MB 3,153 74
687,170 687,170 0000000000000000000b775a515ee82609d27f26870da0d24652a7963d2530fd 1.37 MB 2,717 41
687,169 687,169 00000000000000000007d2a96bc4ff76fcbc3f0e68243270822a7b82475eb8c3 1.39 MB 2,972 40
687,168 687,168 0000000000000000000986d64288b12b7784d815646355f9b0afdd283307e888 1.05 MB 363 34
687,167 687,167 00000000000000000003ce54cfa84be52de451c8bb3cbe5c06990e9a46c522e6 1.11 MB 882 36
687,166 687,166 00000000000000000001134ba8ff498203856266b6a6555a38a2578e0af28c32 1.40 MB 2,950 46
687,165 687,165 0000000000000000000a625c303416da69f93eeb717f4ec58ec5f05735d25bab 1.30 MB 2,366 55
687,164 687,164 0000000000000000000188bc32dcf3e48471018c12ee764af861094bcae5971b 1.29 MB 1,997 44
687,163 687,163 0000000000000000000c61e1e151674ed7f2456311e1baab97d15239ed067adc 1.27 MB 1,640 49
687,162 687,162 000000000000000000005f3b8e8bf7b55cbfbf89b14a95d994647779c29b9f60 1.37 MB 2,976 60
687,161 687,161 00000000000000000002f197376c999cb519a2af20cc69b970312421fd8bb62e 1.25 MB 2,158 34
687,160 687,160 00000000000000000001328f04dc046b4f52047ec0cc33504c10697b8cedb7bc 1.44 MB 2,635 51
687,159 687,159 00000000000000000000fe2aa7eb57bf46b6265f71b5bfde50fbba4622daae71 1.42 MB 2,972 68
687,158 687,158 000000000000000000017c1bfcaa5bab4f99ae5de77d91da51fe92d5e37b16de 1.23 MB 1,490 30
687,157 687,157 00000000000000000009d10a382adb286d16065763b724682b047ccb343aa7b1 1.26 MB 2,673 36
687,156 687,156 0000000000000000000077368410b75c0a104aee0c7a72bb252421ed36af58ad 1.34 MB 2,876 45
687,155 687,155 0000000000000000000238415e2d80fc511b72611f3dac2f9437e284811e8e9d 1.39 MB 2,661 44
Previous 10 blocks ↓
Total Size: 769.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.26 GB sent, 94.22 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.