Memory Pool Memory Pool Refreshing

3,470 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,002 (692,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
215,470 215,470 000000000000046e86f6651c51fc36329ec388e0babd1c3ade2db16300fbedaa 0.09 MB 153 118
215,469 215,469 000000000000008b61dbc0850c309afb410f9cd0ffd79f7d0b3340e712f45230 0.14 MB 328 160
215,468 215,468 000000000000035c439b5fc7513deaa8dc4643b4c174a7b4b0ce946a51bcf275 0.07 MB 91 112
215,467 215,467 000000000000013232db3988b58b10109d7d340a603e7e256b9199d5799e3e93 0.08 MB 149 148
215,466 215,466 000000000000023df1f4e853cd3a67583eca3cfd0557a61df223453da7d27a30 0.08 MB 181 146
215,465 215,465 00000000000005412a637b201bf0a7c8f2484690b505cb0f9f4179cd7187eab9 0.02 MB 55 177
215,464 215,464 00000000000000f47b24067f1d73471c734902ddf0c8ee0944aae0e92bd74b30 0.00 MB 1 0
215,463 215,463 0000000000000541657dd1b8566779b7103f5f2921dd5704ab5d12462cc1eaf4 0.12 MB 152 94
215,462 215,462 0000000000000008a66e1b9dbdd5b8bbe18391d51410981f25b2bfc1ebca4139 0.23 MB 522 185
215,461 215,461 00000000000003c0cf2735f732ac7ef96fe95f59ddb2744c139bedaab2079945 0.07 MB 162 171
215,460 215,460 00000000000001e14c3f7d7ab97f29f767ee3e95feb3906f2ce7f894642d62bb 0.00 MB 9 42
215,459 215,459 000000000000035ef80060d247ed854bd6ff199e350b02783ef6a594c731bacc 0.06 MB 144 198
215,458 215,458 0000000000000564ade364c5ec7d014415bf22a728d41d1b29e47da6ac0ccdd3 0.05 MB 159 39
215,457 215,457 000000000000019912e807ad394677b673344d49cf5a3b09cca6adc263b46feb 0.17 MB 346 138
215,456 215,456 00000000000000d0261e107540f35b6e1bcb825f2f724de529c604aa7089bd51 0.18 MB 451 214
215,455 215,455 00000000000002a19ce0ba1d1c0c3504ea56c6442803a0879e511e0d9d27a6df 0.11 MB 267 156
215,454 215,454 0000000000000282bd7316a3fe3eb70b287370f59cf8d69e81310a0822b72fbd 0.25 MB 602 175
215,453 215,453 00000000000001f1fab5d83710160fdaa60528c559fbcae1d8e54919584d1626 0.05 MB 144 93
215,452 215,452 00000000000001a37a237d3fbd9170e991a3f9e38fd00231a670788701f53fb9 0.03 MB 84 139
215,451 215,451 00000000000003eb2154d55fc9775ad2faa7af59410f27f2d289ac21fde76d5f 0.08 MB 153 128
215,450 215,450 0000000000000198f103b147783a4ab57840996f13464a2cdb695fa2c01083ad 0.01 MB 19 96
Previous 10 blocks ↓
Total Size: 769.55 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,648.93 GB sent, 95.69 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.