Memory Pool Memory Pool Refreshing

1,489 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,447 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,489 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (815,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,157 93,157 0000000000016aa9e947d8beabf861842909153c754d8b41480f2d298f2861a3 0.00 MB 3 2,070
93,156 93,156 0000000000085086bc0528352c460ce0673ad29d9f0f8f352d31ed33e516771a 0.00 MB 1 0
93,155 93,155 000000000000b41357eedb8e90fea032bac197a026214ea34d156161396e0cdd 0.00 MB 6 632
93,154 93,154 00000000000486d25064a6cb5dd6c81344879c70d27db88893b3e0ad247be0c1 0.00 MB 2 0
93,153 93,153 000000000003a1eeb374c84aeaacc753131d3a8fe160ebe2c42324830b4c1e91 0.00 MB 5 2,143
93,152 93,152 000000000000344878bf81936f09d138c0d0f74d5f9444f941b04c706c6a5c30 0.00 MB 11 966
93,151 93,151 00000000000101fced740b1f0bde372967a8cc1905d824c00fad0de840a3323a 0.00 MB 2 0
93,150 93,150 00000000000110e18e33367be23e04a164bc67d82017624e73187137214780ee 0.00 MB 3 0
93,149 93,149 000000000004311fcd232b8c77e6abbaf0c22d2939ea38c995fc95b404ab2870 0.00 MB 3 0
93,148 93,148 00000000000141b29e68174bdc7a2839d2167557a0051a190b0897a0113d3d77 0.00 MB 1 0
93,147 93,147 000000000002da1dfc534297c26c9721b2a78947c1950bf17887059353266959 0.00 MB 3 2,070
93,146 93,146 000000000002b19eebd038532b7be443716533d1ae1e9c5738bba9ec45a09012 0.00 MB 3 2,074
93,145 93,145 000000000004c11d1fa344002c2c50624f15258c8221be6556fe9c6ef03fd277 0.00 MB 1 0
93,144 93,144 000000000006f1f55e8c82c1d3bc3ea546a1f3910b6d171b054c02d86913d365 0.00 MB 4 2,971
93,143 93,143 000000000005090ad94ea8069e4a31d02e08d5171520e190e7421a99fb280419 0.00 MB 2 3,875
93,142 93,142 000000000007e1595e32cef35f47342c6cb37237c9a671727980756f1a4cf915 0.00 MB 5 366
93,141 93,141 000000000007ea078be72800f64a8a700e2eef66cad75ab9fd7d94e3f8b22b1f 0.00 MB 6 734
93,140 93,140 0000000000061810d1d06d6018bae0a4d6d25f71c86a6646f5c5a0fc55c8307b 0.00 MB 6 1,034
93,139 93,139 000000000000570ccd61a11919887631455b8258f638b5ef320e2275fc2edc10 0.00 MB 1 0
93,138 93,138 00000000000347c1ff68a47ed206edfca721d59d11435ccdc78741abfb76604f 0.00 MB 1 0
93,137 93,137 0000000000014481af28ab51b5a0a6eb90012196f6abedf8284cad43b21fe0c2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.70 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.