Memory Pool Memory Pool Refreshing

23,292 transactions
9.40 vMB
Show Random Selection Loading Transactions
Max Size: 55/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
16 sats/vbyte 2
15 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
902,773 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 3,623 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,772 (129,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
773,679 773,679 00000000000000000006dbe8df1d032a0375b560dfca531ff6b4bd74c5ee0f70 1.64 MB 2,234 16
773,678 773,678 000000000000000000069099763f748c18d136beb8f8c2994e49ff9d676fc90f 1.24 MB 2,489 8
773,677 773,677 00000000000000000006f061502a6b6ae686897ac0b5198e5b684c56f609632a 1.01 MB 1,838 9
773,676 773,676 000000000000000000035555e203157d03b4610d15d18f5a2f2ca77f8d9c6c59 1.36 MB 1,898 4
773,675 773,675 000000000000000000036fab1a22688021149f50480be224247d61a146631bff 1.26 MB 1,825 9
773,674 773,674 00000000000000000002b7da194ac8f47a22cc11429d974edce44238ca2a96f4 1.51 MB 2,463 5
773,673 773,673 000000000000000000002b50b728f1be00662dac76a62106f7ffa9f94afa6b5b 1.47 MB 2,589 10
773,672 773,672 000000000000000000055f781a1ddd6877dd011eca982b886feb99b8036dc414 1.36 MB 2,230 10
773,671 773,671 000000000000000000009bea5e5a51d1eada848cca89efc007471a4bf8e9c4ed 0.13 MB 325 10
773,670 773,670 00000000000000000004b93cf1c00537b6156c674ad04ee1cb2fb2c15af92570 1.24 MB 2,214 8
773,669 773,669 000000000000000000016117d662f5578a18381060406d4905da3ecb96cdb901 0.50 MB 772 7
773,668 773,668 000000000000000000021d25083f318d9c7ddde47c401e612744d8d06a4834aa 0.31 MB 527 7
773,667 773,667 00000000000000000002b2d2df487ea2d895c4567ac269d91c1fd0a50452590c 0.34 MB 579 9
773,666 773,666 000000000000000000042f60cdacb202876b6ff72fefb4559c87167a60e1c290 0.35 MB 666 10
773,665 773,665 00000000000000000006be6f5337e0bc3f4a5fe42ca9f78d7d3b154491743099 0.36 MB 731 10
773,664 773,664 00000000000000000002ae6c963ab20fe2439c39d6379b26edef3fdbb4078b1a 0.92 MB 1,560 9
773,663 773,663 0000000000000000000576c50e148aed428e38a6f1a8683aa9e74f9ee8540ba0 0.30 MB 644 8
773,662 773,662 000000000000000000029c09cfb0d9b238a9437106def751b8c7965ec49ab4d7 1.70 MB 604 2
773,661 773,661 000000000000000000048ee162ca27552c8777f575fdc372b68b6fecf01b3ae3 1.59 MB 1,665 6
773,660 773,660 0000000000000000000448dabdf154c8b93d6961b47b6daf9d0c75a84726597d 1.69 MB 2,157 5
773,659 773,659 00000000000000000002d75e55561e1506a448f7e3c9b99ba37c26aa9fec5438 1.29 MB 1,384 14
Previous 10 blocks ↓
Total Size: 760.50 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: 899.97 GB sent, 49.04 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.