Memory Pool Memory Pool Refreshing

6,209 transactions
1.86 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (4,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,880 902,880 000000000000000000012309cf56f314c3c1b0e4c7b11876895b1462e5185ad0 1.54 MB 3,233 4
902,879 902,879 00000000000000000000b44e0731f7e83570dd4330a0e3edb5b7735feb216c62 1.70 MB 3,889 1
902,878 902,878 00000000000000000001b01a7bd122dbcaf057ed769561d3070005586418875d 1.53 MB 2,941 3
902,877 902,877 00000000000000000000a3d4f4fe71b36db093259b77ae3be846e6dc7fcc4deb 1.70 MB 3,202 1
902,876 902,876 0000000000000000000149de95cd87c25c00184bd8e2fee4497b4c27ffac21a1 1.60 MB 2,595 10
902,875 902,875 000000000000000000021c4587023b1cf723e25f79bdad09e5dc1277bbaee7de 1.30 MB 1,026 1
902,874 902,874 00000000000000000000a0e1a7fb5d55505ac9f4255f41d8d338000ff1a197db 1.70 MB 2,700 4
902,873 902,873 000000000000000000008a991ba99a4799346ca3c16cc3457a2f6dd54a8b8244 1.48 MB 3,596 5
902,872 902,872 00000000000000000001ae91e63771d0dc7394abdd5dffa7a63d274ba96c61c6 1.55 MB 3,108 3
902,871 902,871 00000000000000000001f06e3658c6a6bf5f754e3a66ef59e96787e1294b9188 2.04 MB 416 1
902,870 902,870 000000000000000000008e658b96d6b9cc5ef80ab0ec28233d8b7f2b58fea060 1.71 MB 3,050 2
902,869 902,869 000000000000000000005b5a35a1d14c0c98af7bb21d704c5908090a5e79b038 1.62 MB 3,556 1
902,868 902,868 000000000000000000008a710100c30bd97c17a27dbdb02f5cfd0839a9a574bb 1.59 MB 3,285 4
902,867 902,867 000000000000000000009d90f0ab3006c1a23edab6501df510d74b4b7ff2bd08 1.57 MB 3,527 2
902,866 902,866 0000000000000000000205a80941b245e0c92387560e476977efaef7d43f95f7 1.49 MB 2,774 4
902,865 902,865 000000000000000000005a04cd3074fae85065fb35f3e54877ba298173b51515 1.60 MB 2,483 2
902,864 902,864 00000000000000000000fa6880130b15b458da6fc1b5b615be3e955b1b9b5942 1.40 MB 1,797 4
902,863 902,863 000000000000000000019b20bb0df83a93cd7945261aa7ca941a132814631931 1.51 MB 3,586 5
902,862 902,862 00000000000000000000705a0f34a8877866cbae1fac7b338c2efeef9b34595c 1.35 MB 2,125 3
902,861 902,861 000000000000000000001255f1a8ad0e22757ea7a4fb0718f1cea4677e178ca7 1.08 MB 336 2
902,860 902,860 000000000000000000009171c17a6e9ecc4fd0a8385e9b608c84b34e99feb482 1.32 MB 1,172 2
Previous 10 blocks ↓
Total Size: 769.27 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,635.31 GB sent, 94.25 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.