Memory Pool Memory Pool Refreshing

17,960 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (669,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
237,980 237,980 000000000000007052fba428fcfcc152e59844356340bc1138f977381718b911 0.29 MB 256 29
237,979 237,979 0000000000000075be50957be2f7b2d3cdf954f98ab87aebccbe57c55c5b2e51 0.12 MB 253 147
237,978 237,978 00000000000000ff89ffb4916a470d62897961ec7536839b84697a25672961d0 0.06 MB 88 109
237,977 237,977 0000000000000030624edf9eb53229c8a8d2ca6e050e98f0b2ba65da3f0cdbc5 0.01 MB 39 147
237,976 237,976 000000000000003fb162b0205b02e0b79c0dede88248452266ce17d4c9a2ae76 0.32 MB 673 149
237,975 237,975 000000000000000f35a6a0fbfcae04e5c06e54f2473569d31851e4e3ed6d4eb7 0.15 MB 190 121
237,974 237,974 00000000000000094604659faff3bd32b683e9529cec8ae84d482fb68be6d770 0.25 MB 644 212
237,973 237,973 000000000000015765aab83a739d83afe96ea8d37990ac0138696e41c3bcb921 0.05 MB 87 41
237,972 237,972 00000000000000fbd3611af7cf7da25128e2d3e839b5dad4381e86ea94de4ec3 0.16 MB 293 160
237,971 237,971 00000000000001431cc5dad8af7733f05c6504ceb7b3fd42dd0f4ccfa33d6bda 0.25 MB 590 207
237,970 237,970 00000000000001572d3567937703845335dfab897f39ec72124671f3b359bdd6 0.09 MB 68 62
237,969 237,969 00000000000000d0d3ff575c0a4913bae1aa8347b6f03b720933c295898dfa08 0.21 MB 271 129
237,968 237,968 00000000000000bb17013226db3aa87d9df77476198b81b082b36a92f1373ae4 0.25 MB 579 182
237,967 237,967 0000000000000077479c9b7a5576378b99d1a44d52fabb8751874f4db11681b6 0.25 MB 436 141
237,966 237,966 00000000000000d148d594a93df4d41329d10ca12d39a048f78ed1b4fea35f61 0.25 MB 704 229
237,965 237,965 00000000000000efa6ec58f519ffbfa37fb54524db6d0fed6005fc0ef7361364 0.09 MB 228 184
237,964 237,964 0000000000000102c77d50d399fdb1179679a827cb8329e0f6c32d98c4097f1d 0.03 MB 66 189
237,963 237,963 000000000000009ed47cf21f4c46adcb9d9770f898c061bd219244bd62a05fcf 0.14 MB 253 377
237,962 237,962 000000000000003db30d435393e1536bc817e3b2dfe33614bc1aed989ca0e7be 0.00 MB 10 36
237,961 237,961 00000000000001594e161c1ba8d1a6f7793567a90d0c3273942febb033151c68 0.22 MB 500 204
237,960 237,960 00000000000000747b0063cda6f6809122ed24bb47aa0faa389c9db5b30e0d5b 0.08 MB 88 104
Previous 10 blocks ↓
Total Size: 769.02 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,624.27 GB sent, 92.99 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.