Memory Pool Memory Pool Refreshing

11,260 transactions
3.26 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,027 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (2,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,853 904,853 00000000000000000000b475925dd973c819948ee6265388e9a3e46eef0bca84 0.41 MB 1,098 1
904,852 904,852 00000000000000000000bb40099e48d75afdbf63c3746e9b9984189db2e6c060 1.69 MB 2,839 2
904,851 904,851 000000000000000000014ddce7a4a2de232931763fbe03521b56d5e93725764c 1.52 MB 2,376 3
904,850 904,850 00000000000000000001c109ad1e92c9f39a92e425b3fab4807a1142587d1cb6 2.28 MB 2,356 1
904,849 904,849 000000000000000000021daa96ec970c10c79518fa723df831f3f7e4ca319f1b 1.82 MB 3,693 1
904,848 904,848 00000000000000000000845ec0d39cd9b468d4ea07dcc4001d751d60e2256561 1.42 MB 2,279 3
904,847 904,847 000000000000000000016e7c3624220adf0d0cb5bcae0b63ce8245b9cee20234 1.79 MB 4,753 1
904,846 904,846 00000000000000000000b0afae05d5df60467a81d5fe04313f96dd08f490f9ec 1.53 MB 2,478 3
904,845 904,845 00000000000000000001e1cb04b871edd519fc9136e508437d49af6e3ce7fad0 1.73 MB 2,282 1
904,844 904,844 00000000000000000001b607cebf2f7bdeaddb61500f79b65db9e61f821c2be2 1.82 MB 4,687 1
904,843 904,843 0000000000000000000266736b207d5ee50b25a4613b95f7fb71d2cd741b2d12 1.74 MB 3,640 2
904,842 904,842 00000000000000000001acb17b5618f60111f9e01ae25d962603067deec6dcc3 1.32 MB 2,026 2
904,841 904,841 000000000000000000014a7b1e20b3164f3053c2240d6201d5224b5f0ec82361 1.44 MB 2,675 7
904,840 904,840 00000000000000000000063f2e03faf1ae051808e213163979075737bf52da62 1.92 MB 4,679 1
904,839 904,839 0000000000000000000020b091bfeeb09345f95f39b73922955628d588d42fd3 1.27 MB 1,490 2
904,838 904,838 000000000000000000018257c1e69af26755333873fedcefb8ee25ee260981f4 1.50 MB 3,354 2
904,837 904,837 000000000000000000007efde6fb458c7708a3a13efc1bc4fc45851518c760c5 1.58 MB 3,306 7
904,836 904,836 00000000000000000001e13cd53c5b5722d3484cc6ca75f029f3f99e26425a8b 1.32 MB 1,876 2
904,835 904,835 000000000000000000000daaab869cde3b8dac8c87f42fc2f9640de8aa0425c1 1.56 MB 3,210 3
904,834 904,834 000000000000000000023cd815ea8a47a83f68a7074c1abfec056146b333b2ba 2.60 MB 1,828 1
904,833 904,833 00000000000000000000413314402b3253f8285290c92f9c8e6c794555deaa79 1.37 MB 1,745 2
Previous 10 blocks ↓
Total Size: 769.24 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.02 GB sent, 94.12 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.