Memory Pool Memory Pool Refreshing

5,962 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,713 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,736 (823,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,057 85,057 00000000001149fd625e2b58f901ba835291b370d0c60eabd6b2d2238057280f 0.00 MB 8 0
85,056 85,056 0000000000256e7245ab906eff1740cba7f19570d97ad3ad83843ce77dfb55b1 0.00 MB 1 0
85,055 85,055 0000000000140588246382fd08715361978fdaa4ccae019a05cb51ffa3db7435 0.00 MB 1 0
85,054 85,054 000000000017196153978d4bf4b379d7b0f299e826e25219ad04870101d0a9cc 0.00 MB 1 0
85,053 85,053 000000000020ff3d222ba1130349b28baba0717aa55501bb542860e448ba71c3 0.00 MB 2 0
85,052 85,052 00000000000d37870224af091f3bc7e92b1a7a96dcd6258fb1d301d0edb28efd 0.00 MB 2 0
85,051 85,051 00000000000de7ad58e1897810af056df72a5dd8df356584dfeb733e48540a45 0.00 MB 3 0
85,050 85,050 00000000001333a06a860ca85553584ac31481bee51bb0aeac18477018a0cd0e 0.00 MB 1 0
85,049 85,049 00000000002592452c469504ccf6487af3acfc948f1503e137d91d5685877426 0.00 MB 1 0
85,048 85,048 00000000002452e69361e1dd3e9db03036f433bea54639e9a944fbe417b1a79b 0.00 MB 2 0
85,047 85,047 00000000002572d8e6c743fc5b60cbdb4d897dbc764413272657a04c1f4b9903 0.00 MB 1 0
85,046 85,046 00000000001009e9ce0bdedc28d402c1b887b094756c3431fc14e3f7c1afa170 0.00 MB 2 0
85,045 85,045 000000000025f8910576e4c48a9e92292a301b4af75a0e1eb1ed8b317864d6a6 0.00 MB 2 0
85,044 85,044 00000000001ae78f07afe0ff524fb0ddb4a467928be3ba7d49c7ee12df05a443 0.00 MB 2 0
85,043 85,043 000000000022a8d41f1c89d55bc4436582fbdcfdc9a96384811882b085a41ee4 0.00 MB 2 0
85,042 85,042 0000000000070509928409b6fa817ade0c9aec92f13f6f83ce9768d75d014ce8 0.00 MB 3 0
85,041 85,041 00000000002540671db60dc78c3764282a173db59f8d023e965a12afa499fde7 0.00 MB 3 0
85,040 85,040 00000000001189b9081123ad0c1f4fdd31006260a85e512393ecfbbab133c622 0.00 MB 1 0
85,039 85,039 00000000002609f4eec673838ad725907e840729a138335d75cfdb25ab6b12a1 0.00 MB 2 0
85,038 85,038 00000000000ea88755280ec4160bdc9b289a4f47871b3b2df248290c5f3f45e0 0.00 MB 2 0
85,037 85,037 0000000000247282e799429628a03bb69355c74b5c27ac816b6b006c0d2501f9 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.07 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,855.46 GB sent, 102.33 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.