Memory Pool Memory Pool Refreshing

8,116 transactions
3.95 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,724 (626,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,978 280,978 0000000000000001fad7497c3a6597032c4935eca32089e353684ca2f9b5a0b0 0.11 MB 203 41
280,977 280,977 000000000000000252ddc472ad63d9ed39a2774e1c3059d217aae6aaff20a93d 0.15 MB 392 46
280,976 280,976 00000000000000008ed78ea063f82a09bbd513a85c6c807a72ff6d43d4a821bf 0.05 MB 131 227
280,975 280,975 0000000000000001fd436d8571a165eedd1dc32c455777618f38302ae716cfcf 0.31 MB 580 37
280,974 280,974 00000000000000013385ce4cc4ea0f9561f0c23b44c29cffa4eddbeaf3ced922 0.25 MB 375 32
280,973 280,973 000000000000000239d6210bbf3ddacb8525ea0d6f47987767823b7d7ed0336a 0.04 MB 69 129
280,972 280,972 0000000000000001ecc5add17167dcd7b0611e9bcb6b9b6734a298e1e9ad6028 0.07 MB 179 38
280,971 280,971 00000000000000004aba8333fa2fc34d3ab1b8c4f6a47f13a6bb3e384e27a1a8 0.11 MB 274 43
280,970 280,970 0000000000000002063e35fc219a693da96e1a61088a749ed8fcd8fb7b750fa6 0.37 MB 839 59
280,969 280,969 000000000000000090875154ef556923242d86da2c590b2a412c82e629e8543f 0.19 MB 403 56
280,968 280,968 0000000000000000998bab0fe1d5b80fee2b8b2cef690cb8cc2ac81bf3ccbe99 0.26 MB 305 28
280,967 280,967 000000000000000063b4e1c51bbd192524a252b2b87dfe3ca82019ab5596e5a7 0.25 MB 636 77
280,966 280,966 00000000000000007b8af34d15cf2ef1bdc00dcc6b5963a7c1d34b2abe59e384 0.25 MB 600 67
280,965 280,965 0000000000000001c2fedf3e528638cc78b0e10a48a3270b5957520f4def3cf4 0.25 MB 667 77
280,964 280,964 00000000000000013bca2e936205aeb8e9b990f7fe072f37f0e201b67d36e119 0.20 MB 374 61
280,963 280,963 0000000000000002001dfbeaf7a89087854de6aa3928bbcbbd28a60d286a85c1 0.26 MB 518 33
280,962 280,962 00000000000000010216c37a4bdde7d3fafb0e58e63187f595d95294a8fad497 0.25 MB 697 70
280,961 280,961 0000000000000000b23b3aa1312d646ffbc235db850f9a944df5ed285895785f 0.10 MB 166 19
280,960 280,960 000000000000000174e4ada6d0ab32cd44bfe2ad3f497e365bd22da73b887f1f 0.05 MB 172 61
280,959 280,959 000000000000000021a63765c0836fb7599d290c1f493ecac37980b21b6217e5 0.05 MB 165 153
280,958 280,958 0000000000000000cdf0c709ab9865358e633c949276dd742bc2ab63af68c5ae 0.46 MB 1,066 42
Previous 10 blocks ↓
Total Size: 769.03 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,625.14 GB sent, 93.02 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.