Memory Pool Memory Pool Refreshing

4,951 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,405 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (107,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
800,827 800,827 000000000000000000035865175e91358197a58f790c8759abec6676b6748b6a 1.60 MB 2,933 16
800,826 800,826 00000000000000000001710e9de593f7120a031d0b42d26e785f12cfb1d29ec6 1.48 MB 2,482 16
800,825 800,825 000000000000000000041dd0c6d136bdcfbcee6dab677163c397ae4e14374bee 1.49 MB 2,173 17
800,824 800,824 00000000000000000003dadd72398d1e8827743d272ee8199e628de3fabe9d49 1.50 MB 2,338 21
800,823 800,823 00000000000000000003def1dc80903828932782169aa43f8356899f4b6cd75a 1.58 MB 3,510 18
800,822 800,822 0000000000000000000399d42d12998c32014ca69d0f457c7f8b3a57495ca37c 1.36 MB 2,494 34
800,821 800,821 000000000000000000009eebee540f38ed3eb348ba0fd59cb024f2c5e4834ed4 1.76 MB 1,593 9
800,820 800,820 000000000000000000004ff9cd33eebea6ed5d75f824014881990c1c02fc5082 1.32 MB 1,317 10
800,819 800,819 0000000000000000000249c74d85fe81a5bff9dc917f5389252d8bdd994a2ee0 1.52 MB 3,088 22
800,818 800,818 00000000000000000002b676f0627508e7faa7dda86a9a7ceb7581733e187233 2.23 MB 1,084 9
800,817 800,817 00000000000000000001e4ce7b90d829a58854c3fbc19d1b023df644b4e45ff5 1.66 MB 2,742 11
800,816 800,816 00000000000000000000902b1d61bd7202d85bfcec08de2f738122e6eca79af8 1.55 MB 2,237 10
800,815 800,815 000000000000000000032a6794d75ba3ec9af272a16a2cd049c7b3cad189a1b9 1.24 MB 1,518 10
800,814 800,814 0000000000000000000314ae0dcd8491fd8d63bec7830d0eb66f48ed46ae6c91 1.52 MB 2,304 13
800,813 800,813 00000000000000000002f023d4132b1252c6243660851234798a031ff2ae6aa1 1.49 MB 2,025 13
800,812 800,812 00000000000000000005236f5cd4cf6faa94f8d68c2953a29c624ed41f0d3e95 1.39 MB 2,328 12
800,811 800,811 000000000000000000019ad4fbbf629e2eeaeb9af360088df8f0dbe4ade3ba71 1.49 MB 3,376 21
800,810 800,810 0000000000000000000187a8a3134c2359daa5fc21959e4006341e400a443995 1.48 MB 2,373 12
800,809 800,809 00000000000000000005226f9862690973292942eae691f10657059335213998 1.52 MB 3,031 16
800,808 800,808 00000000000000000004a80152e0a020937f1590a2f418ed50831434f69dad81 1.47 MB 2,944 14
800,807 800,807 00000000000000000001236401ff8bb32de398c0b640651f34bdae482e81bd2b 1.53 MB 3,068 20
Previous 10 blocks ↓
Total Size: 769.28 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,635.57 GB sent, 94.34 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.