Memory Pool Memory Pool Refreshing

3,604 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.97 vMB 3,595 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (772,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
134,851 134,851 00000000000006d56ab36a4f4b4fe5b0889f24b47c9ad1fada0686490ca64790 0.01 MB 36 441
134,850 134,850 00000000000000c7f4416914f2320064d63094d83208c43be34b5268a9bac990 0.07 MB 141 467
134,849 134,849 00000000000009096d9dc9cf65600dfe3752e7bc52d515561c6732e38f88932c 0.04 MB 103 517
134,848 134,848 0000000000000a3947ce78ce9c9dee3e4073c24109049467e2530dc655695eb1 0.05 MB 117 604
134,847 134,847 0000000000000854bbf8efff3b1a01cd8d8cf63af4e430ffc4ad3d239797e61f 0.01 MB 11 549
134,846 134,846 000000000000053e9888d04a29287717a0894ad6c1af88040d4157eead8bb83c 0.02 MB 43 623
134,845 134,845 000000000000010b8ebbe09c54c2693e3e329245a2b94c493569c2c8f3379863 0.01 MB 35 505
134,844 134,844 000000000000010a8e81017fd64c7dd4e699a40aff88e753f3a894c9cff35e91 0.04 MB 158 0
134,843 134,843 000000000000039b6bab4b0735d38425cd2d6f3447489d6d0a3c849bea2fc1e9 0.00 MB 11 0
134,842 134,842 00000000000005a9b30f93f3ea11de69d457c6a03559260a9bf931ffc882b0e5 0.00 MB 6 0
134,841 134,841 0000000000000729fab314487748b910ebd2fed9b0044c9603d76e33341352bf 0.02 MB 15 390
134,840 134,840 000000000000081a62ca4c0deac7d7b0f6aa0f3e77c801c803d8ec60e7651b75 0.03 MB 76 187
134,839 134,839 00000000000008befaf42e8b475f7a8e75b607bd03cdd9ed27f92ad0bea84228 0.04 MB 74 442
134,838 134,838 000000000000064d017561e474c18b6bc56b93322d31f0e9b9d865b2626ee6a7 0.07 MB 87 1,017
134,837 134,837 00000000000008bc13272fee23b75dc56d5fe8801730646ee80857b55a2dee68 0.01 MB 36 241
134,836 134,836 000000000000098ca269f51626306103408e9f7edef25b04423adf8f8be5cf74 0.07 MB 167 471
134,835 134,835 00000000000001465c2bf5648898b2d4402f1b7cfb7be1aa265164e14fc8b1ec 0.07 MB 86 908
134,834 134,834 000000000000006b01c624b37a5d1c93ab81df9346e4de03aab685178ed82747 0.03 MB 102 131
134,833 134,833 0000000000000045fd1baff085d5c703a805bc2e2a0fc55f7f1e32181714921b 0.03 MB 63 583
134,832 134,832 00000000000005e56c2843ccb9ebed96734515a03ea256be20dfae15d5fc64a6 0.02 MB 46 275
134,831 134,831 0000000000000289cdb85a7b5e27c4d4f4a267cd90429938e4038f41081354fb 0.02 MB 50 417
Previous 10 blocks ↓
Total Size: 769.15 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.64 GB sent, 93.64 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.