Memory Pool Memory Pool Refreshing

12,202 transactions
4.16 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (701,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,456 206,456 0000000000000024f7e67508287d9d7c39d2c9f3fc5309368f66c4f4d5f76376 0.01 MB 12 65
206,455 206,455 0000000000000001cb4e7bb70290ca6fc63eb963276587403c54e2c92dd8ec4e 0.10 MB 219 187
206,454 206,454 00000000000004143626c0cb104e960fbb6939ae7c85ce2ba03f209e95726811 0.03 MB 86 193
206,453 206,453 00000000000003c401842e95d70f5fd6d1a66fe2b8c39dee7a824f4d2a5ded2c 0.07 MB 168 167
206,452 206,452 00000000000001268294ad3f52692d18496446a4341cf8c72267f30bc6743c15 0.12 MB 298 260
206,451 206,451 00000000000002c51bdc29d2592f97240e244462f843872b093760558c0a4e6b 0.12 MB 262 159
206,450 206,450 00000000000000386926366f2f0a3777171eff1ac39e32817f08f8ec06c7c328 0.02 MB 46 244
206,449 206,449 00000000000001a41a20dc2b4c59f5ca80bb356a838c2a61fbc3007405ffa5cc 0.33 MB 534 103
206,448 206,448 00000000000003fb19aa621bb9f7d962864b8c5de474d2fa6a5fd1becda5c897 0.08 MB 201 156
206,447 206,447 00000000000003793dfc16a7288cbbbedb87e38b8d4e6dd086d2ae35b3f8e8d1 0.11 MB 242 178
206,446 206,446 0000000000000315f2b2cfcdaa41481cda4c4bf70bdfc80403f0b99403bed860 0.07 MB 175 180
206,445 206,445 0000000000000074e5637dac7864fe6e72ed9f4621ef46db5c6cdc95bde635c1 0.06 MB 151 172
206,444 206,444 000000000000035f584f2f7cd8a2066b3dcdbebfcec531a74674a9d0b6280bd7 0.07 MB 188 178
206,443 206,443 0000000000000333b06fc221f43729ed561b476d69f6c8f5fe1d0129ba108914 0.09 MB 63 77
206,442 206,442 0000000000000125ef3a47e668ce065373f313f22b203f537f2ffca5843ab8ab 0.10 MB 274 211
206,441 206,441 0000000000000338fa629f573b098b6ece1599862e839d0cd830b1bb261a86db 0.02 MB 41 174
206,440 206,440 000000000000047d08faaeffecd1ade6c0cf519ed17ca12f329b687b1671f914 0.13 MB 309 202
206,439 206,439 00000000000001d615456454b639533f818aec2484b4a0983277689d4bdbfe41 0.03 MB 79 159
206,438 206,438 00000000000002a02b9507a5c4af1b5a2a018383762cd8732e5403fe8d60aea0 0.03 MB 66 170
206,437 206,437 00000000000000024d01c2801c8b7de388ddbeb92c1a98ac05460d39ffa94d1e 0.05 MB 116 133
206,436 206,436 000000000000003af33e529ec82a5f0c75c26762c143e0dc45ee51e935976604 0.01 MB 25 208
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.