Memory Pool Memory Pool Refreshing

7,033 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,755 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (33,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,774 873,774 00000000000000000001307a50f79cf706344ebd96ed3cd7e13bbc24512d9cac 1.51 MB 3,343 9
873,773 873,773 00000000000000000000d55945b5b04db2f85e1aacbb825fc94ccd7848cc33b9 1.40 MB 1,020 7
873,772 873,772 00000000000000000001278f02fa4e3a4fe2a1ad4385a8a73aa5032414c1cc6d 1.56 MB 3,811 10
873,771 873,771 00000000000000000000f5c4e214f5072193b65d3f8ba5eca20e5965345c694d 1.48 MB 2,337 9
873,770 873,770 000000000000000000000e878523793ec9038f2b1471d7b4d70f0827f9dca6b8 1.27 MB 533 7
873,769 873,769 000000000000000000008691861d2925b2b29fb37241520b91d5e59c05261700 1.20 MB 683 8
873,768 873,768 00000000000000000001daa3a39688de11c6081b081e614859ab5a6aa6b2c7b5 1.44 MB 1,525 10
873,767 873,767 00000000000000000000d84f8bf880e9f002331fc95d61bc13cccb829c70e4a7 1.35 MB 1,664 9
873,766 873,766 00000000000000000001e6d605cd3adf72d477d7efbf444ba0565a8c9be6b371 1.33 MB 1,901 10
873,765 873,765 0000000000000000000016ecc96640d83bc3bdbe13830ac29ec356ac97b9e17e 1.21 MB 953 7
873,764 873,764 0000000000000000000155c46e47269d7fd4d0ece35cc4bd1ec54ffed505416e 1.41 MB 1,360 9
873,763 873,763 00000000000000000001030fc4d65d19deab2b0cabfc4e6d531a84d9bc82a0d5 1.53 MB 3,389 12
873,762 873,762 0000000000000000000226b70e1d96a71be08a0c3ec8abe87f53ab44b33bc533 1.30 MB 1,704 10
873,761 873,761 000000000000000000009e05201ffe1ee17b51e87f0ca39eda415072f2291abb 1.38 MB 675 7
873,760 873,760 0000000000000000000284ea54a6824269f7d358888b81ca597674aa82d8c95b 1.16 MB 146 7
873,759 873,759 000000000000000000021b7b22bd37c463876910ad6e0b997f1c873a6937834a 1.41 MB 1,282 7
873,758 873,758 00000000000000000002855b8ff4613dffdb74be403062c218c5be9d30fbc098 1.40 MB 1,932 10
873,757 873,757 00000000000000000001e550faefb940532af74d4437b8a1fc708c91d1537335 1.30 MB 1,741 10
873,756 873,756 00000000000000000001396afbf0c40217570d9503313fa90106582a6e98c565 1.65 MB 3,437 13
873,755 873,755 0000000000000000000069d10fd783945b24c86bd11f1791fc91b18e46d42fb5 1.33 MB 1,596 9
873,754 873,754 000000000000000000019ab13872e2ae58dd4ae28e12f883e484b1fe7e3e07f2 1.60 MB 3,241 12
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.