Memory Pool Memory Pool Refreshing

8,318 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
908,552 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,318 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,551 (814,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,823 93,823 0000000000074816bf772ac25df5150d556938987880a63b9f6c1fc3edd4acea 0.00 MB 7 0
93,822 93,822 0000000000066d9e8477670dcf4aec776190109cc13a5c7087bca17fcb0510e9 0.00 MB 5 0
93,821 93,821 0000000000017c9ae4af479c2b70c913efba27655c855178e34663ff8aea22fb 0.00 MB 7 0
93,820 93,820 00000000000482935b2835d2fba97a6e8a5a03570f8c80d410a96b2d969a2b3b 0.00 MB 4 0
93,819 93,819 000000000007a220493b484a77ec1274a0c5749cbf63f289395767b66460d8fa 0.00 MB 8 0
93,818 93,818 0000000000021ed0a9115b3ffbb799dd1cbe4eb0e29d85aa222364bc42f02fb2 0.00 MB 6 0
93,817 93,817 0000000000062f20b2c79d14e8385bb9e70695b50901b58f8d3a5b7c811b9a1e 0.00 MB 5 0
93,816 93,816 00000000000411ced0bad9d799c03113450ec4eb5033fb30a6cc78a8abde6b02 0.00 MB 7 0
93,815 93,815 00000000000426188baef57e7761cabd8d6041b055d009d914a7ef1439fcee22 0.00 MB 6 0
93,814 93,814 000000000004e13fd68c35352da9fbc084c5834b161dbb9e631ae20004f48fe1 0.00 MB 13 0
93,813 93,813 00000000000139fe1d54f88b4c4ab97665a9de73d8155a3b7fe90758a3d70b38 0.00 MB 3 0
93,812 93,812 00000000000531b8b2ae13470f7fb3a7422b5db5f6e3f140d306f70d6ed73134 0.00 MB 10 0
93,811 93,811 000000000002d3f14bc99ea4280d6c1ac4613b5182776278291795c25f508096 0.00 MB 3 0
93,810 93,810 000000000007a3aa302d2225856d5cfcd4733f09d2088dfe262cb97fc6385381 0.00 MB 7 0
93,809 93,809 000000000008a8e6c665099fc76157957569d2c5b8779556e99851ed131212b7 0.00 MB 5 0
93,808 93,808 00000000000801ad00f98ebdfc5baf4a209c54ce95d610378efaf3c8719a8ed3 0.00 MB 6 0
93,807 93,807 0000000000000d6213ab207c3a090aa57d66aa779651d83508d540447fddaca1 0.00 MB 8 0
93,806 93,806 0000000000022079c5b26d5708725917f9af2edb4c1bed5bdd877cce161032de 0.00 MB 2 0
93,805 93,805 00000000000645bbf3a418153ea3e11dc10ddd662f23e7587546b293bd6e0f53 0.00 MB 6 0
93,804 93,804 0000000000003c7c252707e6ccaa37ccd303bae3ad8bae16c00497373ee8002e 0.00 MB 8 0
93,803 93,803 00000000000055a9127c48b9509d467dc2f058de22e2e5b5b3f1366840526f18 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 770.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,844.88 GB sent, 100.59 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.