Memory Pool Memory Pool Refreshing

1,314 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,301 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (734,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,462 173,462 000000000000041697cd9beb2457adbbe4ef23e643afddd29a59701837f47805 0.03 MB 94 28
173,461 173,461 000000000000006970877c66abfec3abb9884a30f69ecddd1ac57a4dd5067b4f 0.03 MB 54 46
173,460 173,460 000000000000034e3a11efbd2856c072fa7ddf3cd71229372685f714ae56f4af 0.00 MB 1 0
173,459 173,459 0000000000000314ca8ec9b7c547b77942ecc9cba3a0adb327c9abe17dfd318c 0.07 MB 162 352
173,458 173,458 0000000000000135dab042a498dbfaefbd9b5c66c0cdb25ea4d872669671de8a 0.00 MB 1 0
173,457 173,457 000000000000067ce9e7c6ef75e6ada544f474bd88a671561608503c9c1cd10a 0.01 MB 23 37
173,456 173,456 00000000000009566c225665004164968497d9cda3cb41cf115a2d83c3b146fe 0.05 MB 116 122
173,455 173,455 00000000000000369db1bbdf8de2eac25ed0f79d1d90b23a3cd2b9d6e48d05ac 0.02 MB 38 915
173,454 173,454 000000000000046d1833b2c6cc4810aaf2d3ef94ba086fe1c31cb52374c5e72a 0.03 MB 26 14
173,453 173,453 000000000000061e950d6713c17b8cf6a449c500e8b485d3fd248bb2d1c46569 0.01 MB 35 139
173,452 173,452 00000000000009426282b175bd4766c35440148cb2a331af61075656bb01140a 0.03 MB 64 64
173,451 173,451 00000000000008a96dd0335fbc109f807a7e469a77482386b29c4441e95c2568 0.04 MB 41 64
173,450 173,450 00000000000000e696f516952c9dbc69cbc28a46bc30911282a5a5e9b69b4ad1 0.00 MB 1 0
173,449 173,449 0000000000000069910667049854e5bb70a0dd22d544f72c57953c70aed1e5aa 0.00 MB 5 552
173,448 173,448 00000000000001027e129e0d15c6fcfcda8153b9b55cc3365e6355c2cd07da9c 0.01 MB 40 303
173,447 173,447 0000000000000279187e50ee7f40fa73f6e3a7cd5e72ff0d55ae4d18c6b4f615 0.05 MB 149 26
173,446 173,446 00000000000002effc16a4602ed64d7a78e7b2474e0b839d698aa147a0f0705b 0.06 MB 134 180
173,445 173,445 000000000000090457da30222d45f0cfcd2c1627ea7cbaf93d4c6ac0e8beee36 0.00 MB 1 0
173,444 173,444 000000000000058a86c6c052685de622ee01a21b93b0263419a208874236e748 0.02 MB 76 11
173,443 173,443 0000000000000092df8739589109a52233b1e6d4f2b01b674334ef17ea9717b3 0.05 MB 117 171
173,442 173,442 00000000000006a6400cadafd49cfb77d920b4e9a93822c603da6176b2290bfa 0.03 MB 47 46
Previous 10 blocks ↓
Total Size: 769.28 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.44 GB sent, 94.29 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.