Memory Pool Memory Pool Refreshing

333 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,450 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 316 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (813,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,412 95,412 0000000000062fb4d8ba3511f8b89cc34ebce6ca08cf5c78c2fbea5912d081de 0.00 MB 2 0
95,411 95,411 000000000005970b0f1f42e8d61c1352d570b32474daa60f2405a1504cf63df5 0.00 MB 4 0
95,410 95,410 000000000000d176992931d30807b1ca85dbb6429517c59403f27dd3ee94b326 0.00 MB 1 0
95,409 95,409 0000000000019d8e165e34d34c3b0f9df789b1d74ee1fbc7830b51a6b217c004 0.00 MB 1 0
95,408 95,408 000000000003515f4fbeba9ea02e359ff268f90b92326432753ca4a6aa2d1080 0.00 MB 1 0
95,407 95,407 00000000000704547949345cb7283603a5a821cde2241b7a3aa5fde40ccb77e1 0.00 MB 1 0
95,406 95,406 0000000000036a921bd3d2ca607bfc6bd932fe98c655c82c3999f52bd5ca1d7b 0.00 MB 2 0
95,405 95,405 000000000001361df649b80f9c4d5a8a4e25bbd0ddb2f7110b216efca89b4947 0.00 MB 3 0
95,404 95,404 00000000000339072e67d9c5409ffbaa29448b136910b30f6efd753bf088f1dd 0.00 MB 1 0
95,403 95,403 00000000000634d7ada6c08cd760d2c6929c374809442940451a399c1d2e54c1 0.00 MB 1 0
95,402 95,402 0000000000020db3ca001ae11bc22bf84facfd01f000f15a67ddfd5cb648c072 0.00 MB 1 0
95,401 95,401 000000000007dd187635b285ffc8eebac528e90d8988c590b63ad50c8be1fec8 0.00 MB 1 0
95,400 95,400 000000000005c084ff8153efdf67c261c5e122d322bd59f7e80b89010a37e85a 0.00 MB 1 0
95,399 95,399 000000000004ceedc5e5866f8275329d9db5abd114f2e0edc4b1bc98d2e5c588 0.00 MB 2 0
95,398 95,398 000000000004cfa209044280001438b74aeda3d9efd59029976ce7a855d7effa 0.00 MB 1 0
95,397 95,397 0000000000002c9ca9d33b08e8e9bf41fa5c434f209d1120ba821823e055fa88 0.00 MB 3 0
95,396 95,396 000000000002bd2ab07fa5a1b7c22365e11e854d528fbf67de03ad3cec75c383 0.00 MB 1 0
95,395 95,395 0000000000028c6b81cb5334bfefaa5bb2ca863a6d082a8e4d872efbd962ba8a 0.00 MB 5 0
95,394 95,394 00000000000596f950f3cbdfb49ea2cb157a8b0ffa7b2426468972bf0af43dd3 0.00 MB 1 0
95,393 95,393 000000000002c9e1e9edec138dbf2e346b5f6e73fc13897e08b0140944c1a7f8 0.00 MB 2 0
95,392 95,392 00000000000177871b7e36c3741fe9efa5153f845e4352f1c60caf595744089d 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.68 GB sent, 99.73 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.