Memory Pool Memory Pool Refreshing

1,579 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,369 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 1,572 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,368 (824,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,399 83,399 0000000000282e1c371189a6dec7c366f6adffdced8ba0d3d150b2ba6bedd827 0.00 MB 3 0
83,398 83,398 0000000000161fff3151135f96476dc6b285ce67bf4a588d448c18b4d4f907df 0.00 MB 7 0
83,397 83,397 00000000002aeaa59e78957bc60539fe912f302846a4a14959b258001ee916c9 0.00 MB 3 0
83,396 83,396 00000000002d4073d7c2faaf06d96e304839967d9b049212b4cf923c22117a9a 0.00 MB 1 0
83,395 83,395 0000000000128f5545884e8e327a7f9768b11fda2b39d74d6a225a06f167a27d 0.00 MB 1 0
83,394 83,394 00000000002ca7f35b9070e7dd031d36dfa2d061bafac0277436d959bb98c581 0.00 MB 2 0
83,393 83,393 00000000002cd7f4a4ccb4a786b09c50d602b511aba42c272256caf0bfefbc1e 0.00 MB 1 0
83,392 83,392 0000000000233a3bbe775306d3c387a297201da56ccfdfe6a9c453942c31e8be 0.00 MB 1 0
83,391 83,391 00000000002d4241fe922ba40d07686a96586e238d95d480199555f37de719b7 0.00 MB 3 0
83,390 83,390 00000000002b1348ae5fce1e8d9bea77f5ccc552110a33c5735910e3f9a7d52d 0.00 MB 1 0
83,389 83,389 00000000000b885eb08fd16e2bffde52bd360589ef7f9d97f04f55d31b5f9c90 0.00 MB 1 0
83,388 83,388 00000000000aa72032fd8378185bf1335b15ee68955b86072018642e7e001ef4 0.00 MB 1 0
83,387 83,387 00000000001a920479f699f559c8f8110b2bb462185db8e4015817affa34d4fd 0.00 MB 3 0
83,386 83,386 00000000001ea9415121cfb1c6520d0e6ea419cc5375dc995e6253884409f635 0.00 MB 1 0
83,385 83,385 00000000000baba81557c4ee1dee271b8cc1bc85b3e7ce182c5be41902f382ec 0.00 MB 3 0
83,384 83,384 000000000022286abc5cc602bce4129201dbc36ebf3e3c8c846373bd958712ec 0.00 MB 2 0
83,383 83,383 00000000002f58615e8355a58afdaaa31e32bf1222675b9691e0591e305c6732 0.00 MB 2 0
83,382 83,382 00000000002caeaa84df9135ff21d670e2a40e7dda8e5d71027aae7de0f2ac3a 0.00 MB 4 0
83,381 83,381 0000000000124773660dc69765102d6f0633dcbe50041af59b0b6d8f5553dcd5 0.00 MB 1 0
83,380 83,380 00000000002c69561ace491a31119aad658ae3bb83e2a88a200c8d4dca4d6e0b 0.00 MB 1 0
83,379 83,379 0000000000013bcc5d0f691735d689d467f07e3fe9ff0f96efc5c4da81e79174 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.37 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,703.17 GB sent, 98.98 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.