Memory Pool Memory Pool Refreshing

5,803 transactions
2.29 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,986 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (713,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,849 193,849 00000000000002dd859ac71767eb854f8b96ebf62ce6ea6f52ac246cdacba697 0.12 MB 252 146
193,848 193,848 00000000000002e174e63b599314213acf1be3617264bac48a0f24c34040df8f 0.16 MB 413 158
193,847 193,847 000000000000073282185b6037fd368f2507ccde0d4210e8fa91d010413d1f5b 0.25 MB 609 149
193,846 193,846 000000000000052bc54c0858d76c5a341043ae5581046800e7a51bb235d6b848 0.01 MB 32 7
193,845 193,845 000000000000018de3a4b323dcf615a5549170eb723c39cdc6211e19851f8bd5 0.05 MB 66 100
193,844 193,844 00000000000005c4af7185d0d3151dd5e3253a43370d29b2918caff1ef67f0fc 0.04 MB 93 101
193,843 193,843 000000000000045cb2d0955a9ae08e4e81f49f54cfaf9d2129faa1260a6ae7a6 0.00 MB 12 16
193,842 193,842 000000000000036daadaeb746266e3be1bcec16f3ea2e9fceb50a1c7999246b9 0.08 MB 256 81
193,841 193,841 000000000000071faf34ff0c29003eab8add1ab68642db76e012d76c175f0356 0.01 MB 17 53
193,840 193,840 00000000000002f9ca1215ca686b6c741042d95aec38b9e8185c07751536887a 0.05 MB 76 277
193,839 193,839 00000000000002adba7b727b9dac637fdc82b28364ee80d391fb04d7ff1d4f78 0.12 MB 232 128
193,838 193,838 00000000000006f64caeb18e81f391c8c5b087c415ca4a42004933eb34533107 0.11 MB 273 123
193,837 193,837 000000000000076120f34563ea3aa2231885625885131412b48f7005d35945a1 0.12 MB 250 127
193,836 193,836 0000000000000708952982699d9d8c3a31558e47d333de09c524ec4e8c459f77 0.06 MB 102 110
193,835 193,835 000000000000064ffd99f05c4d2262233d06ccbcd8353a12b2bc973fb6ba0d69 0.19 MB 475 131
193,834 193,834 00000000000002f881fe4ed1eb52f3292621642e10855b51ee1095d91d2019eb 0.08 MB 206 159
193,833 193,833 000000000000039dd40f4af18cb09a9bf08ce8fcd21e1281352512fdb0db7a57 0.12 MB 256 20
193,832 193,832 0000000000000257c84f516c66d90eaa8f4f9bb86aeac6c7630b308130451246 0.06 MB 126 99
193,831 193,831 00000000000002e2dec7f1aeb0a07026820158bfdfbfd119d7762c30802864bf 0.02 MB 47 41
193,830 193,830 00000000000003410e57605798c36659a6625a360ec3b3807cb4623a96541f04 0.19 MB 485 137
193,829 193,829 00000000000002589ed91e9a1f0c311ab387690dfe5171ba5ef7ee4d4e70da03 0.00 MB 9 15
Previous 10 blocks ↓
Total Size: 769.13 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,631.41 GB sent, 93.55 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.