Memory Pool Memory Pool Refreshing

1,524 transactions
0.46 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
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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,497 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (165,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
742,707 742,707 00000000000000000003d37694be6655e2101a0ba823dff2f1e1b67d7def86cf 1.05 MB 1,743 3
742,706 742,706 00000000000000000004dabc2e685aeee2fe980679f4574b9f94ac7167d5e47c 1.45 MB 2,948 14
742,705 742,705 000000000000000000089d7e1e20955fbe371dd9fcaab9e093b025b0bb256c3e 1.78 MB 1,925 15
742,704 742,704 000000000000000000024aefddb550cf68612821502f66f6c033f361a6428042 0.93 MB 1,307 3
742,703 742,703 00000000000000000006ad8fc6e5449e177f663871ecb091f3f36b206db4e196 1.27 MB 1,737 9
742,702 742,702 00000000000000000003ce91b4dee6661e219fcbb1e02942ddb1ac73532ec137 1.33 MB 2,243 19
742,701 742,701 0000000000000000000712a72c6e278ab9c8559a84f84d7ebbea2120773616c6 0.03 MB 69 10
742,700 742,700 0000000000000000000717981ea5f28343491a054276e0fde8adfd25e817603c 0.07 MB 175 13
742,699 742,699 00000000000000000000b3e40a37c895410237ef465bb58a57b6b9383bc765fe 1.00 MB 2,024 15
742,698 742,698 00000000000000000007e0b77a5a467c5c3c508ce19242c5835c6ee27f39aa98 1.29 MB 1,626 7
742,697 742,697 00000000000000000001e24cdde94c7ea02eb4a58e777030bd431d39f5ca4376 1.54 MB 2,644 11
742,696 742,696 000000000000000000052275acc86b0e525af7ec5192ce093b372e271ae2eea4 1.83 MB 1,839 2
742,695 742,695 000000000000000000079948aaaccda2a81d15ee7c178de58471c1afe3ee5d7e 1.46 MB 2,688 8
742,694 742,694 00000000000000000000b535d21ea3493e1772aac894f89205a4b3f6071b0115 1.51 MB 3,179 18
742,693 742,693 00000000000000000001341d9a58576ade10215f3091aa19b7cd2575013e7b06 1.36 MB 2,676 17
742,692 742,692 000000000000000000083dcc82fa406890cb450e89f5b4e9bc233ff82019e189 1.50 MB 2,581 9
742,691 742,691 00000000000000000003825659a962dc75cd94c42ac956123a490287d5bdbcbd 1.20 MB 1,577 16
742,690 742,690 00000000000000000007ed6c080ca931874d17cf6670152340c470d52d046327 0.83 MB 998 10
742,689 742,689 00000000000000000007be4cc9b72f9e76132309023a0d076b6ded2901699539 1.00 MB 1,393 4
742,688 742,688 00000000000000000001e839f515ce3c2c6cf7396c41aae2b0b31b29cfb8b47f 1.47 MB 2,896 16
742,687 742,687 00000000000000000008f14f597fe23d6b279e1a8cf25ed0d908004dfbedc1bd 1.06 MB 1,546 10
Previous 10 blocks ↓
Total Size: 769.14 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,631.96 GB sent, 93.59 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.