Memory Pool Memory Pool Refreshing

18,546 transactions
5.94 vMB
Show Random Selection Loading Transactions
Max Size: 35/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,334 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (597,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
310,177 310,177 00000000000000001abbea7f944a62072a07458eec28e5089856362ed3b08367 0.11 MB 159 25
310,176 310,176 00000000000000001e66c2e38234539b8bac8ffa0fffcdfcd9333e2530178f91 0.05 MB 90 29
310,175 310,175 00000000000000003ea276d7b24c0138c6e652642a4b93f1a8edcc60316fda28 0.22 MB 418 35
310,174 310,174 00000000000000001f8316a697428e8dc6ec4c47d730743806771743ee438831 0.14 MB 183 24
310,173 310,173 00000000000000001cbf459368fa154c3841138d425a6d5b20b1d880cc3d4418 0.02 MB 25 21
310,172 310,172 0000000000000000107a077d59334da4e3615b97601fc118c0af1e00aa89add1 0.06 MB 50 17
310,171 310,171 0000000000000000294b97e7e7588e27a30d3512dfd24eea0cc1422d07367d14 0.01 MB 25 21
310,170 310,170 00000000000000003d963f1ab9c3cb87fa5c4227dbf93f587e446121c5660e7e 0.08 MB 201 33
310,169 310,169 00000000000000002860ae698960e908573190f0ca1fb76637f3ae7103e4c06c 0.36 MB 644 30
310,168 310,168 000000000000000000ebfad7343754ae4d4ea19178de72529df5e167adfbded0 0.02 MB 33 39
310,167 310,167 0000000000000000073d29de427832df5fd440251c5b91a39d9cc0fd6da8203f 0.06 MB 90 16
310,166 310,166 00000000000000003252284a5ee503fe2c7a3d4ded8be64d6ebba13cd2df6199 0.30 MB 564 30
310,165 310,165 000000000000000041518eea5d76f9ea54e57a5bba1cd1445cfe82b58a12a10c 0.54 MB 881 28
310,164 310,164 0000000000000000097a74b21052bfda6f6a45be233c7f2ca3e6c37846c5b298 0.07 MB 130 12
310,163 310,163 00000000000000003ece6879de557b8b3568f7f500049eded93139abea6ff37d 0.29 MB 400 21
310,162 310,162 0000000000000000354d056be6ef62518c8ca1269fccaccadeda80f08494a909 0.50 MB 848 27
310,161 310,161 0000000000000000375ae8adba9674e2deac589c07476e666cbb417c75f7884d 0.05 MB 10 2
310,160 310,160 000000000000000031405a04e304b06a8880b2c652b59a13632ddaed8a6d3030 0.12 MB 85 14
310,159 310,159 000000000000000035d90c3dc1860d426fb90caac4dd5c7cc84170292b6aaf3a 0.25 MB 311 23
310,158 310,158 00000000000000000cfd7d8da66b2ac9bca648508444057796a44e2475ff993b 0.58 MB 904 26
310,157 310,157 000000000000000035ce851bcd21fd783d82b4cd216a76af1246de8508e73a1e 0.25 MB 407 23
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.36 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.