Memory Pool Memory Pool Refreshing

4,624 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,383 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (677,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
229,849 229,849 00000000000000d2d1e273a389aa10656bf9a1f9ea77033ae9871274a29cbdde 0.25 MB 664 192
229,848 229,848 0000000000000031f9c98174d0a93e53b77ab2b1fc622f5c2c7b8e10564ace5e 0.25 MB 498 135
229,847 229,847 00000000000002279913fc989b7e0e0394d920a6cd8c6db8df3aff345868017c 0.25 MB 348 96
229,846 229,846 0000000000000076e8247317a7a28c86eb8b2ce0d58a93dcb7b7417e97c48ba6 0.25 MB 631 199
229,845 229,845 000000000000019da85ec47523ffc06c28026e0ddc5838eda0995a5833000635 0.35 MB 786 187
229,844 229,844 00000000000001127c84629f5e21c87507ce4e762329921ba386941c470b6e96 0.11 MB 274 175
229,843 229,843 000000000000005f19aa66439fa2bcb76daf2b598c0c1d09e5a96f2f763ed174 0.11 MB 273 193
229,842 229,842 00000000000001b62ea9e0968842e98aed360ba3304c415981e62afbc8fead88 0.26 MB 371 111
229,841 229,841 00000000000001e6b1075f1276ef80d92919695ad4f9899ce9412e61e4054381 0.24 MB 524 157
229,840 229,840 000000000000019cbb375b5e7e9003e16b51986ac2210bf17b40b394c831fe09 0.19 MB 391 182
229,839 229,839 000000000000004d8261fac934743ea0a13cf9dcc79ffe55f531cd855577ce8d 0.31 MB 726 168
229,838 229,838 00000000000001b3a6f479624761b9841860df38654b85622167a62f6a40c130 0.24 MB 286 120
229,837 229,837 00000000000001b9f3223afb668efa606bcdb3624a5424b820cef63f964ceb8b 0.47 MB 1,075 141
229,836 229,836 00000000000000963f40e74d02a375f977060fda4ce1095351f0d15ffb1d21af 0.25 MB 809 291
229,835 229,835 000000000000021a8d52d45211cb55af8f6fa74aaf3494cf59211943a076e529 0.16 MB 363 149
229,834 229,834 0000000000000013d5eeb0dc1f1d1182625cbef8917c4ad7ba84d844bd9cf00d 0.05 MB 79 108
229,833 229,833 000000000000013fe7e3fb85132f392154c4e2e87c6e6f500ed4812b4a02b5c0 0.12 MB 270 162
229,832 229,832 00000000000000aa36a88e80c5e032e518579e1be965f04317ff64d74b117dbf 0.25 MB 524 90
229,831 229,831 0000000000000066725a924bfa1cf21de0724a30567e71ff69bd543eddb6bdd0 0.25 MB 276 56
229,830 229,830 000000000000020ab8b4b84eeec9bf546096970416d35c51f0606a6531fec93e 0.25 MB 417 154
229,829 229,829 00000000000000c6b6c47b979bbdbd9d289cceb2f0644e4154deb1be7b5791d7 0.13 MB 256 102
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: 10 outgoing, 114 incoming
  • Data Transfer: 1,632.86 GB sent, 93.74 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.