Memory Pool Memory Pool Refreshing

2,616 transactions
0.91 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,897 00000000000000000002349e0000000000000000000000000000000000000000 0.87 vMB 2,616 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,896 (896,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,124 11,124 000000003e46d1cbee4a2b8ef14cc54593c50f02f968880cb67eccde40db8d25 0.00 MB 1 0
11,123 11,123 000000008fd7e06c58c49bbbad56cf282f90638a33c3fd14f975681180514b5e 0.00 MB 1 0
11,122 11,122 00000000d953df048fa7f11838d20ed7481890d9775082c0cafe72a200e27270 0.00 MB 1 0
11,121 11,121 00000000a2dfbaa9dbc548b6d4c2d60024dbfe0be5ce19fa58952db8d42e3fc7 0.00 MB 1 0
11,120 11,120 000000005b04ca0476c0a8a1f592b9619f75b7ea0361995dd9898973203df6a7 0.00 MB 1 0
11,119 11,119 0000000027915f0f8b06400c5ddce2030d539771b904e19bfcf35855c9f03df6 0.00 MB 1 0
11,118 11,118 000000009ba321f6d68303fa2eed18ddec8b2b510037fdb4971db8922a467bf4 0.00 MB 1 0
11,117 11,117 00000000d3e7c05a0badc67682aa13fe0326da10d4f3ddc9ac58b345924339b3 0.00 MB 1 0
11,116 11,116 000000000bc9733f32f4bd5572db79680d578f107cc1e8ec5d7b157e5de35419 0.00 MB 1 0
11,115 11,115 00000000770e86fa92245bd7c1c80d4fd2502b537411c0a7b3a75daad208f000 0.00 MB 1 0
11,114 11,114 00000000d59e2f8ac3e4d39533780dc9d28646b36c18b8979a3ce904d9e1021a 0.00 MB 1 0
11,113 11,113 0000000066127a79c3587c529eab27f9e99faa173ff9087f86caccf57e21e8ab 0.00 MB 1 0
11,112 11,112 00000000b8e2caa35628ec1ac94c0d88ac247f61d7c121dd540d62ab977647ee 0.00 MB 1 0
11,111 11,111 0000000069e244f73d78e8fd29ba2fd2ed618bd6fa2ee92559f542fdb26e7c1d 0.00 MB 1 0
11,110 11,110 00000000deaa3a36d8531844fd1cb11faff6a1171d5228d42131d1b302c56271 0.00 MB 1 0
11,109 11,109 00000000bcb3c8ff4e3e243ad47832d75bb81e922efdc05be63f2696c5dfad09 0.00 MB 1 0
11,108 11,108 00000000ddda37d46a6c013eab0c32487065703f619cbd578e763f714670e327 0.00 MB 1 0
11,107 11,107 000000000eb8b6ed76da654c2bf764cc302cd4ad70e93eabedeb8104bfb3c046 0.00 MB 1 0
11,106 11,106 00000000042b8101cc2d7cc849120b70c6be5e5d9a85086848174a4dd4fdd3e4 0.00 MB 1 0
11,105 11,105 00000000623f6742f11de3d096d8bb7ea8d0bf66623574b455c88c4ef0cd7bd2 0.00 MB 1 0
11,104 11,104 000000007f7b58874f0639d0dd4059c2cbbdaebf789a4dacaf7896d49bf8b238 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.35 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,643.53 GB sent, 94.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.