Memory Pool Memory Pool Refreshing

5,149 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,722 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (165,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
742,711 742,711 0000000000000000000760ccbc065c831cd95d8f8580d42f9a33c6f83b2e63a9 0.00 MB 1 0
742,710 742,710 000000000000000000068c2bac23233065f855df506c1c210352e60ad31a9362 0.57 MB 657 6
742,709 742,709 00000000000000000006dc8ae5d3767566d2bf046e2b22e9d4bd2152302de5bd 0.71 MB 1,068 8
742,708 742,708 000000000000000000061cd51a1060d7993f0ae6f467b35a0b8723850a956b12 0.26 MB 343 12
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
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.49 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.