Memory Pool Memory Pool Refreshing

8,128 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,294 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (703,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,850 203,850 000000000000043476758b5c96724f313b03cf004d49688309c7ed1dcb536c1e 0.04 MB 91 109
203,849 203,849 000000000000046ef6b6b20ca9329011a7c87bd672bd3372a4ad24df8b4c53c8 0.01 MB 27 63
203,848 203,848 00000000000001d01a39fd1e90dd9e88963a3c35211b95363f50f3a4f0db9445 0.06 MB 155 117
203,847 203,847 00000000000004d775eb298c5416816fd75d4297f6442f8192556819b1193d6a 0.13 MB 397 173
203,846 203,846 0000000000000539fea47b644f777cc24d5a810b027687dad039957d04c6bd58 0.05 MB 43 85
203,845 203,845 000000000000001c938a59e1ddc146d85950977f69ed4e54ab6e65a4c4b2c71d 0.06 MB 71 84
203,844 203,844 00000000000005367f76c02f54eb6ab56b5e709c3dc8c19739b4e986c4ee46d9 0.17 MB 471 150
203,843 203,843 00000000000001767729e091e5fc3d3cc30bee687a3ef40c0b4f0ad8907a1285 0.05 MB 142 203
203,842 203,842 000000000000017a6a54f3aede0d9c9e2a4e3f64a9c28de7b06dc68eae041201 0.00 MB 9 98
203,841 203,841 00000000000004698475c6f30d2324c770df010a07e97067901a4eacfbd0f3c1 0.01 MB 40 124
203,840 203,840 000000000000041c9ba5887eee438aef260c4c2ed246416781f6dd9354f9d5b9 0.02 MB 71 177
203,839 203,839 0000000000000103a3c3101c235d9137498dd1fec82c75f2f8e6f7be7f157dab 0.03 MB 86 157
203,838 203,838 0000000000000495f0c8f9292da81fa145f37225502edc33f07c52d15b03282d 0.06 MB 153 201
203,837 203,837 00000000000000b2591d39c4b4b409f358a1788beb53e22691b50fee092e04f8 0.14 MB 171 99
203,836 203,836 00000000000003bc208957801d4ef5b85fc31e7037df8544818edc87c1180e35 0.01 MB 20 102
203,835 203,835 000000000000049800ec44d7b9771c9d2717ff6268bd16c6a6c94d3c74a35f9c 0.01 MB 23 100
203,834 203,834 00000000000003a6a42e57230284865afa30ae178f3e46317240e786a1711864 0.03 MB 62 108
203,833 203,833 00000000000003b4a845f525531e5fdf0c181008bd50ad43bf7c03169c5ca9cf 0.00 MB 5 469
203,832 203,832 000000000000037ab5b365eeb47e0bcbc3750d457015d7b5ac09788caa46a7e8 0.06 MB 125 122
203,831 203,831 000000000000052716a38caca2ac7f159e3cb28b9f32206cacb0469c1f54195d 0.06 MB 72 62
203,830 203,830 000000000000028b88b9535d56f6297cc5a8512c0b14912f6f2fd5cf55199c4f 0.23 MB 281 29
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,633.43 GB sent, 93.81 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.