Memory Pool Memory Pool Refreshing

19,547 transactions
6.29 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (700,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,851 206,851 00000000000003ee5b490f486e5ec42dbb6af46d2d789f865ecadaf74fb7728a 0.02 MB 40 123
206,850 206,850 00000000000000bf691b01f9788fb0bcfddcfe90b7cca952ad4d473c753bf950 0.02 MB 51 98
206,849 206,849 000000000000020002ed0bb1a7e183f9a7785235b39325f242b8f00756f25e10 0.03 MB 51 149
206,848 206,848 000000000000050604fbdee8de0c6bbcefa50b2951685da3a52d5ea58a90f099 0.15 MB 409 213
206,847 206,847 00000000000001fedce283d9b7c93ad2f07ef71b0b22dff6dcd70b56f1c77c89 0.47 MB 673 89
206,846 206,846 00000000000002c84f2e605e47e5c2bafb26a69729f5fda7dd80aa67ba0aa339 0.10 MB 236 175
206,845 206,845 00000000000001791b184e2f9f14eeab3dea9b9386b9d83c1da2a9eba8bc8d39 0.09 MB 268 8
206,844 206,844 000000000000049391575bac10483bb1a5aa8193057a61754df5c0e19cc74371 0.20 MB 373 141
206,843 206,843 00000000000003f12eebff65c52508b80a97ed74741b73c1c66a74542acb619a 0.09 MB 259 293
206,842 206,842 00000000000001590c53c7be3e40f01c0ef9cb1900a300bdad19e1078d1d66f4 0.00 MB 9 298
206,841 206,841 000000000000028a1ccbc82729a5655f6321d7ec8dba9f1cc6e56a930a1e7c15 0.04 MB 62 137
206,840 206,840 000000000000028f60850b66b926f19f77253d3afd31adb8ed527c54fab32bc0 0.08 MB 250 210
206,839 206,839 00000000000003a9be59b452892277de15c99a4bde2d8441e4dc6bc4c8f3b185 0.02 MB 64 84
206,838 206,838 00000000000004cd6ab951766033a54cbade6c375b4114749849208ddd65c321 0.06 MB 113 93
206,837 206,837 00000000000004a15f207998d112238bcc94872d162c62416db0b7e9b9781d8a 0.16 MB 401 196
206,836 206,836 00000000000002be6c2f4ad1cb2871603b104fae59c5011f14c31a6e0540ec48 0.00 MB 8 30
206,835 206,835 000000000000000abe94d1413bf94f2c7abcf573dcd3bcde5cb4f444efc712b4 0.00 MB 14 15
206,834 206,834 00000000000002ec484a4f73a6954b4118bf1caa66f42b6b289ffba7207d8ab4 0.07 MB 119 130
206,833 206,833 0000000000000197d727474e7147e257d465d0b65c635c1a5be1127f6eea6217 0.06 MB 191 208
206,832 206,832 000000000000025df59d9788799ab1a6b756c29f57c531531ed4377e97075507 0.03 MB 86 106
206,831 206,831 00000000000002672e432637a505b27a1e172ff2151fd4a692180db4b5893ed8 0.07 MB 153 129
Previous 10 blocks ↓
Total Size: 769.02 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,624.50 GB sent, 93.00 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.