Memory Pool Memory Pool Refreshing

4,011 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,166 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (730,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,120 177,120 00000000000007600a0223a253e08ce7fe4d9b547b15526dfa39f6eafd430af9 0.02 MB 36 69
177,119 177,119 00000000000008b1907c07d1f74604f0a0d90b7ec25f0aa3fbe00fa2e1255605 0.01 MB 36 157
177,118 177,118 00000000000008ade905fe291e8a18de94fc629ed08de4d95c04dc0f333ba9af 0.01 MB 13 22
177,117 177,117 000000000000089d1011dab65b92d6239bf193528c104c1bff5fc9e4c2c4bcc6 0.02 MB 39 34
177,116 177,116 0000000000000076b143310f5954d5c001f43186ba8d3d1554f305a0f19ae993 0.04 MB 97 140
177,115 177,115 00000000000005ed871b3a23b2d5315495d4f76fe436deb4d2d824aed0c06a83 0.04 MB 98 134
177,114 177,114 000000000000030ab95d7df81bd226733f107d9b961f393f278668766ab6e203 0.05 MB 96 75
177,113 177,113 000000000000068b6df8d0dea0573e4eef687f66992dc991ae73799d4eb22353 0.01 MB 12 43
177,112 177,112 000000000000017966b44c4b67b52372e434cb73de3d2bb02ea70bfecbbb6c9e 0.02 MB 45 90
177,111 177,111 00000000000003d419574ff0658bb5557b87b1d8fe726db62269a9d941bec21d 0.03 MB 51 194
177,110 177,110 000000000000038a186842b582aa7025e42d418fd18e1222d3b418ac0a166afd 0.02 MB 44 193
177,109 177,109 000000000000009c5d5d188e63ca2004178ef6318e8708dd14e665c95b9e59e5 0.00 MB 10 50
177,108 177,108 0000000000000792946a02b071f2caeb6268a1823b8a21db86065639d7f6b22b 0.04 MB 77 86
177,107 177,107 0000000000000a8971349821cf6cdac1e6c0eb156532c87a74fc2a4c2227583c 0.01 MB 19 78
177,106 177,106 00000000000004f89681419fe05dd5635e14b9e8017dc8063cb6297f3b8d88a4 0.03 MB 70 95
177,105 177,105 00000000000006e34eba3350e71526ffbae0fe7248b8ddf09a8d481a057fd477 0.00 MB 8 33
177,104 177,104 0000000000000a7be3c64fd7a473bbdd7b8847f47cc8298b68ac79fb4d525a5b 0.09 MB 127 66
177,103 177,103 000000000000029b940ccb671905e469cbddaf88a31d4e6d2a593112b163f797 0.05 MB 135 153
177,102 177,102 000000000000047f594316246a835687ea27389b091e768b226feb90f923da1c 0.05 MB 123 23
177,101 177,101 000000000000011e72ec4f622b6a5a5ddde1847e3e63d5fb5a435f0671d31e32 0.00 MB 1 0
177,100 177,100 00000000000001509cb3e263f5bd3000065c33981e0e09461a5537c276cb2497 0.04 MB 122 67
Previous 10 blocks ↓
Total Size: 769.17 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.85 GB sent, 93.73 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.