Memory Pool Memory Pool Refreshing

5,052 transactions
1.44 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,874 (5,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,068 902,068 000000000000000000007ba8c6fa15abc381c10dc26968b15d7fb5937bece047 1.60 MB 3,172 4
902,067 902,067 0000000000000000000088355ae10f4c926cb9b5dc5e84dd47f7f4278be1686d 1.62 MB 2,420 2
902,066 902,066 000000000000000000008416fa42296507c11cdb6bf57c5dd5d63a3065aa7a4d 1.57 MB 3,493 5
902,065 902,065 00000000000000000000b52f855ad23e55621df3b9a5e245e6553aa9ce54a53f 1.60 MB 3,461 1
902,064 902,064 00000000000000000000a6347c0fd888cb75df71675e83f5448c4275f3e65867 1.61 MB 3,178 3
902,063 902,063 00000000000000000001217a7d27e63a6c4487284fd7af5740c9dce85bc765a5 1.70 MB 3,454 2
902,062 902,062 0000000000000000000140985328f9ff7f0657de73cc463a75df06a1543d796b 1.47 MB 3,034 4
902,061 902,061 000000000000000000020e4bc9eed21b940ae16bfb309080a225bb2b690730b2 1.75 MB 4,873 2
902,060 902,060 00000000000000000000c5d82bcbb6f05b6d3d7eaebfc55e3ffb0b225fc77336 1.66 MB 3,107 1
902,059 902,059 00000000000000000000f7f36b32ac2e0293270cfaf2a2d8a9584207f30fd3b2 1.45 MB 2,208 3
902,058 902,058 00000000000000000000e2ecdc068d053b681feb79e8c1b6591f2955039a042d 1.63 MB 3,316 5
902,057 902,057 000000000000000000008583dd663a521af7c9335ccc731fa653b754553b72a9 1.56 MB 3,438 4
902,056 902,056 000000000000000000015a5e0560ca9b0a3fa664d1c471c370f2eb19bb725d28 0.27 MB 1,368 0
902,055 902,055 0000000000000000000236829d0cd9a7b19da7343d008d8f5cb29f066ab2eb87 0.17 MB 421 3
902,054 902,054 00000000000000000001aebdc23f655421470c6976443518123a4042388fddc9 0.70 MB 1,473 2
902,053 902,053 000000000000000000020cd4e2135d252bc969cae764ec588f2edfd6e2916f54 0.95 MB 1,796 3
902,052 902,052 00000000000000000001e6fd78ccfda2ab7a9d5a67558714b982e735c3eed525 1.21 MB 1,818 2
902,051 902,051 0000000000000000000003dcbaad5be43fad31ff8f7249db0c1b6fd5ca974ef2 0.22 MB 391 1
902,050 902,050 000000000000000000021405c21b547f961f4278e98bf47d3bfde03ad4a69c09 1.60 MB 2,072 2
902,049 902,049 0000000000000000000116a1c83c6c459b876e8f61a5f81a7be55411bc42e9c7 0.84 MB 1,127 2
902,048 902,048 00000000000000000001c0c2e421266987da04b8481f3598088ebae817c12ad4 1.68 MB 2,412 2
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.49 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.