Memory Pool Memory Pool Refreshing

13,846 transactions
4.39 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,582 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (38,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,370 869,370 00000000000000000000e24274ef6dad7348c247d76599d68ecf208f8671b12b 1.57 MB 3,407 5
869,369 869,369 00000000000000000000c4e328c1de0736e6ca8ac825100010ef8bb032926e62 1.38 MB 2,735 3
869,368 869,368 00000000000000000000a09788b01d09cb5c1846c18ac0c97a4d2b2854c9eefd 1.73 MB 3,051 4
869,367 869,367 000000000000000000029fd4fb74554cf35454394cea8982d3495756c95b7011 1.55 MB 3,022 6
869,366 869,366 000000000000000000006c899cec87fe77beb5d3e46869ead7bfe51e0428415b 1.49 MB 3,353 12
869,365 869,365 000000000000000000015583b09a28ecc30e0d59834fa2f822164efff7a58262 1.39 MB 2,142 3
869,364 869,364 0000000000000000000016ed5bedeca7c3247dc56022e217c79d5d3a3a69f091 1.58 MB 3,061 7
869,363 869,363 000000000000000000020999d5f7e5936ebfb70158ae8e582100b7ce9258bca2 1.61 MB 2,827 4
869,362 869,362 00000000000000000000f21c20aba8e7532190a6312a4c165a644006db28fdf9 1.61 MB 5,230 6
869,361 869,361 000000000000000000019b77342ccb25c530328c597f5d0584dab7c058d7a435 1.48 MB 6,942 9
869,360 869,360 0000000000000000000095b7f0b8c6adad1e36e5828c14796c0263f2faec0af5 1.52 MB 6,006 6
869,359 869,359 0000000000000000000098c7ead834d4f9368ef3d8b1f6b79abd4a7c559ee08f 1.53 MB 5,293 5
869,358 869,358 0000000000000000000235aec7393948c723c4dbdd59a7b7304da376bf966d21 1.57 MB 5,185 4
869,357 869,357 00000000000000000002432001694515e7f297d36ab9cb6207ab023e1ec72df4 1.49 MB 5,061 6
869,356 869,356 000000000000000000021fad3548db156604d36a70b1b260052cfe3426f57241 1.46 MB 5,011 6
869,355 869,355 000000000000000000009f1b1e260218f3370e1397a8006007334c38805a5410 1.47 MB 5,450 6
869,354 869,354 00000000000000000002492bfba4604a5e7640783fff3d1687ff02f93c358b99 1.48 MB 5,762 7
869,353 869,353 000000000000000000006bf0df023eab8bdab6459c04bcebe1a497c13b77d195 1.51 MB 6,085 9
869,352 869,352 00000000000000000000ec7d42343734e56b3165c30953a09b58bde68445cf01 1.47 MB 5,802 11
869,351 869,351 00000000000000000001b0a911a091e4a29e1ef6407fdab34690db2e9e66efc6 1.52 MB 5,970 4
869,350 869,350 000000000000000000025e1482cfddedd0ef9b2e4678cbeb9137be4cca7a2440 1.75 MB 4,309 4
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.