Memory Pool Memory Pool Refreshing

8,856 transactions
2.43 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,396 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,987 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,395 (890,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,077 18,077 00000000463e7846a5bc7a9dc224e614231746884d9336be9aa6cac4c5bf42f3 0.00 MB 1 0
18,076 18,076 000000003be07efac55824a8c8ae11d2d56254df2b24e9d30d910bbb83fc1035 0.00 MB 1 0
18,075 18,075 000000006ec1610c7c7dc07b9b0e7df317c37744c43fce65b0a821fd9da20c91 0.00 MB 1 0
18,074 18,074 00000000cb4b17e0fc78133db626617cfa46a5d87acc29ffc3925f0c1411a1eb 0.00 MB 1 0
18,073 18,073 0000000006c15ba1e5f6ac7a65275f7a36955254c406780587e9fbecf4e88ccc 0.00 MB 1 0
18,072 18,072 00000000a23c24c50f5d12ce7076ff637c22769822c70836a716f9434b4c4909 0.00 MB 1 0
18,071 18,071 00000000bb24359e88cddd3954b35793d04145555006d588a0b6593f7d561df6 0.00 MB 1 0
18,070 18,070 000000006d8d314087420e964721c5c5dbb5952137b5e1ae5f8630b889c78f52 0.00 MB 1 0
18,069 18,069 00000000235f8f44fcc637193f786ee234e98270271e42e51f0033225c3fffe7 0.00 MB 1 0
18,068 18,068 00000000a9f05fa134377f7904be51ddfebacb60da14f8940ab4af798836d429 0.00 MB 1 0
18,067 18,067 00000000c1917831cec5852b43791dabe16716b04365dbaa31504d5c8ef1131d 0.00 MB 1 0
18,066 18,066 00000000be80968d2f1aa860932a5d3f6656ed0463bedd3e63b045f7966b01b2 0.00 MB 1 0
18,065 18,065 00000000214b65cd38e835ffa5b3a9f33d9375409507f5140fd0c4fc8be0c937 0.00 MB 1 0
18,064 18,064 000000001a9dc669674f7d4e07f0f5c092c496b36d16b33f64c059031eaa0688 0.00 MB 1 0
18,063 18,063 000000001d277d08935782b980fae5650a2d2d4b7afae918cd63a454513ec729 0.00 MB 1 0
18,062 18,062 00000000ca5b6e17834c70d88d2ed43f8a55642fac604bf6846f8486aa4466dc 0.00 MB 1 0
18,061 18,061 00000000fbc1c734cd40ded316bcb405531f066a3ab922971634a62cd35453c5 0.00 MB 1 0
18,060 18,060 000000007c0149364c7d8c31cbb72f78c9a54a622676891f138143a2cfdef06c 0.00 MB 1 0
18,059 18,059 000000007f298a079a87b43618e51f9dbb7bf0b7b66fb43e5d30bfb8284837ac 0.00 MB 2 0
18,058 18,058 00000000f60abab721ca26f737920fc0eb1eab7233614911003b2a19919bc61c 0.00 MB 1 0
18,057 18,057 00000000ae9835248541dd4a360f2712b22b5c52745562e8964dae8d448e9240 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.43 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,707.41 GB sent, 99.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.