Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,956 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,779 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,955 (551,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
356,186 356,186 00000000000000000f33208cfdc9c57a138e856becaabc350435be1d0c2c837f 0.31 MB 690 26
356,185 356,185 000000000000000016a3cba88eec33a70ff3594b368a4a88b5923df121425258 0.02 MB 39 11
356,184 356,184 00000000000000000d254cb8a43f1bac4b4626ca6c4fae6a01c70f665346a795 0.16 MB 208 19
356,183 356,183 00000000000000000d665d2477d7224c95384228dc86dd3392a1d43a2560c979 0.39 MB 726 24
356,182 356,182 000000000000000007b0664ae6275b6bbb28de9c796839689e991a4f948265a2 0.64 MB 812 21
356,181 356,181 0000000000000000162bc5ebbade0cc542ca37a25cd0d1f823122f2c08e7523a 0.24 MB 332 21
356,180 356,180 00000000000000000915e7aa714a9733df8e9b68e771f199cd10aed2400cf85f 0.05 MB 35 15
356,179 356,179 000000000000000000da17064b252be4570c9abd3a48b847a16673ac79f35857 0.32 MB 579 24
356,178 356,178 000000000000000011faf5d37e8111878561bc4c546ca2f0dd373eefe80fb780 0.36 MB 584 21
356,177 356,177 000000000000000006eb39f5961244e55e2e25f1e26fd23191830eb9702ca41b 0.88 MB 1,137 18
356,176 356,176 00000000000000000148c4c1fc94266d73157211147003dc4af19e2e20e7866a 0.74 MB 1,459 26
356,175 356,175 00000000000000000d04b6d0557ff678211bbd1a9858abb5a3ef294f83268b23 0.07 MB 170 30
356,174 356,174 00000000000000000b379796ee55f5111a89001aa9d5edb1bd9ef7e8c7848530 0.35 MB 875 32
356,173 356,173 000000000000000011883ca121cfc48979c7c0f723a51faaa8a7f1574293fbb4 0.17 MB 270 21
356,172 356,172 00000000000000000bbaebf895301a29081252510bac8c1c99485245004d76c3 0.22 MB 453 24
356,171 356,171 000000000000000007513ed7241feb162ef1532c23eecefeac232c6ea75b65d5 0.57 MB 926 29
356,170 356,170 0000000000000000162d02e0b60a04a802220e56da4e890c7f4f072c821f5834 0.19 MB 315 22
356,169 356,169 00000000000000001422724daa6a76d21d02946f1d666fe61e098a3149b6da5a 0.44 MB 850 29
356,168 356,168 000000000000000016a91d2354c8f4af616c99b50787b7f43c19fef3d16bce7f 0.35 MB 665 26
356,167 356,167 000000000000000013d953dc8864e169a54d4d0336d8e15e09a763380de28db8 0.17 MB 294 30
356,166 356,166 00000000000000000ca0fe47238bdca02f4681f9880e0c6b31551d55cd276438 0.10 MB 77 9
Previous 10 blocks ↓
Total Size: 769.46 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,646.19 GB sent, 95.25 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.