Memory Pool Memory Pool Refreshing

10,202 transactions
4.65 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (599,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
307,762 307,762 0000000000000000185afe98037ae70cf95033f8826c62af295543f987a19bbe 0.09 MB 158 27
307,761 307,761 00000000000000004a6a6cf1b53c39ac08e03cbcc49b8b7920f99070791472e0 0.06 MB 93 31
307,760 307,760 000000000000000051a213e221696b60c72629699aba5ec1b9dca022874179bd 0.05 MB 89 31
307,759 307,759 00000000000000003b112321c359869bded62958598c0aaed8b4211cae303f4e 0.08 MB 97 16
307,758 307,758 000000000000000010f12db45934f02fa55d9609f708448f2922c9760409ff89 0.14 MB 227 26
307,757 307,757 000000000000000000d745e96f5df09916856560ccf607235f1a0394490038c4 0.17 MB 298 28
307,756 307,756 000000000000000025b6cd9b1b4a165fd8bf2529d1de8f0c2723b66697b653a5 0.13 MB 210 24
307,755 307,755 00000000000000001c7d9db7c9ce896f12c5d33a62f60b4aa09c6ca98e35be78 0.35 MB 652 30
307,754 307,754 0000000000000000439c158e00ada4ac6b983abec21b782e2df6487b59a2bbf0 0.07 MB 101 21
307,753 307,753 0000000000000000341c175cdc4cce2dd43c90d5c5af2c13e7bb6b52e1b42cc4 0.06 MB 63 6
307,752 307,752 0000000000000000066d6ccd142ac445687997921a0d50e990baba8934e77a59 0.36 MB 560 26
307,751 307,751 00000000000000004bb9feac2b5a025b816c74687ed1772d321e7d54d55e8db4 0.06 MB 138 32
307,750 307,750 000000000000000049c464abb6a53fe4e4bc3e084b16f63d2f0b77a0ca082738 0.28 MB 600 31
307,749 307,749 0000000000000000450974f260fa64b7949f930696643b04bf62612a1e7e571e 0.14 MB 285 30
307,748 307,748 00000000000000001fd78b51adf80b36cdb6bf416962f419fdc9ad397e744455 0.13 MB 246 24
307,747 307,747 000000000000000028dd1323f4356c5d6041ed2f7a2f068b13842049c587c811 0.61 MB 943 28
307,746 307,746 000000000000000032140c51f3c9f44df02406bc154a97ae479fb3e382e607a4 0.75 MB 1,322 31
307,745 307,745 000000000000000046113196f88de76f5213674c0e75d77f86ff5d6afa80bd03 0.21 MB 424 31
307,744 307,744 0000000000000000044a5a310d3cbf75086cf6fd1971dba0c83a0d32bfe62094 0.43 MB 440 16
307,743 307,743 00000000000000001eac23f99ccd899170eb829a6c96727556876acfccc9aefe 0.35 MB 1,010 53
307,742 307,742 0000000000000000070640bb35a0d0af83733cbb3cb43f854578674a6b752d2e 0.12 MB 173 26
Previous 10 blocks ↓
Total Size: 769.03 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,625.71 GB sent, 93.04 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.