Memory Pool Memory Pool Refreshing

8,048 transactions
3.98 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,187 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (600,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
307,081 307,081 0000000000000000359f88b47b0071517ef41859468e045b74136df4426e4bcf 0.05 MB 147 35
307,080 307,080 00000000000000002a0367e46ac05a8dc2c94288a4f441b916ef0fd1fb346bb5 0.28 MB 551 32
307,079 307,079 00000000000000000bcbf20c8eb11e47caa444f593b72f9a8f56dde5611bb866 0.18 MB 363 26
307,078 307,078 000000000000000043c4115c8eb13ff39260fa367717f1fb1de67374de02b53c 0.13 MB 273 63
307,077 307,077 00000000000000002ce33aa3a60730ce2572a6b2bc5c8fa8baadd1c58681e084 0.43 MB 1,046 36
307,076 307,076 000000000000000040c9e34e9bde17213568639ad483aaed2c0176d8ab7a69f5 0.16 MB 250 25
307,075 307,075 000000000000000019f1eb0173b9e53d071d9f7c1fd2d75302680600bfa84ea5 0.01 MB 34 33
307,074 307,074 00000000000000004dea813a71e1b8c3f36cbca40b8b103636b0b18246edbf68 0.42 MB 697 62
307,073 307,073 00000000000000003137811b633c06b71842fb4f2b0158eb760c85028773fd58 0.01 MB 21 32
307,072 307,072 00000000000000003d23a4991c89d84cab3d3db21f3bedad203755db9d1f85b7 0.27 MB 403 27
307,071 307,071 00000000000000002926e95ae7d77d2c66fcdf5eb522b14b947645348433b0d0 0.19 MB 286 46
307,070 307,070 000000000000000004ebcd4336c050ffd2e16d900ee285304dd40e7bf425b147 0.08 MB 42 14
307,069 307,069 00000000000000000d86961f7b320e1bbd0790b2fa4bbdad3a2c7201e9133cbb 0.35 MB 605 39
307,068 307,068 00000000000000003e16a1ad00376844dc292b704d2a96296028f216d7bf8c59 0.23 MB 458 43
307,067 307,067 00000000000000000f68096e6e870c47c3c0876047b6cb1258bb13d1b9fca59d 0.12 MB 187 26
307,066 307,066 00000000000000001c897ac39200ff2eb98a3641744b66cf3f778f752023b2ab 0.18 MB 347 28
307,065 307,065 00000000000000004c0fb98a8f590c05ae40d240e42da07333fbc2171a19e926 0.11 MB 201 28
307,064 307,064 000000000000000035d4c11389b7d0c1533a82e691ccc9d799da8ef79e4e05f7 0.09 MB 230 38
307,063 307,063 00000000000000000a3a0b88d66114e11e0b204a238e389a879cc73e961eed97 0.00 MB 8 51
307,062 307,062 0000000000000000274c2e2432320faa7859c45a1a5010cccc4c4aa7c6d524ad 0.17 MB 121 13
307,061 307,061 00000000000000002d60ace50afee9e43584f75852767e67d41250dbd2329dac 0.33 MB 515 24
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,633.43 GB sent, 93.81 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.