Memory Pool Memory Pool Refreshing

7,414 transactions
2.33 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,646 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (605,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,133 302,133 00000000000000004366980abe6468a845954eaa096516fd4680c1cf68cc50bc 0.26 MB 488 31
302,132 302,132 00000000000000006394ac6b9ec79e0313f1bbc1ad382678395e66ab0e2a851a 0.35 MB 611 26
302,131 302,131 0000000000000000781224578022ea2097c62460a036d4e15e912defb3067a1c 0.35 MB 1,052 48
302,130 302,130 000000000000000007ce7aba527e9d25bfe8e9805d5632c87d373c0c043a9191 0.21 MB 430 33
302,129 302,129 000000000000000032bb822890bfd1f81afba8b010951d763951c99ea0cb173e 0.15 MB 253 28
302,128 302,128 00000000000000002357dbbf3ad791703774f36dae6e2fd04127954b82794598 0.01 MB 17 18
302,127 302,127 0000000000000000388e9d8f4f1c15cfc688049ecad553d3319882715414048c 0.06 MB 109 24
302,126 302,126 0000000000000000244d8411c07346fc028199013f1662c91362f0eb36795aea 0.23 MB 404 27
302,125 302,125 00000000000000003abdb6616e37adb028588950c944c9f1e7a35679c0183bef 0.04 MB 37 11
302,124 302,124 00000000000000000c86cf6be72fffbdcf5f836b41faec307a5b3f3e299f4fa7 0.54 MB 471 19
302,123 302,123 000000000000000031f7a25e7bc8a351859b69998397c9d3a156a577e4614f53 0.25 MB 258 18
302,122 302,122 00000000000000002d034c2f40d0f87fc4dee039e588b4f7893fe732fff34a11 0.35 MB 767 39
302,121 302,121 00000000000000000a23ae970300602dea5c6a29da79dd50ed8399750edb835b 0.35 MB 752 34
302,120 302,120 00000000000000006dd56a8b623b28c3bf6f7c72c49a61758cce6f67e0a2d7a4 0.35 MB 786 33
302,119 302,119 00000000000000001c104bcb1f46d1dd8756d0fc2250765b2467972aabf55e07 0.35 MB 971 40
302,118 302,118 00000000000000002a248d1e2e3cf0b7426962731f8036de4909ead48950b678 0.35 MB 849 35
302,117 302,117 0000000000000000653389057f6cec92c7d0cf4c16f61f80178356e950e2797a 0.06 MB 169 33
302,116 302,116 000000000000000002d1247bcc286d59364e5c336553752599fc016265ace33d 0.19 MB 204 12
302,115 302,115 0000000000000000748b8f7251845077f292522c94c04533840d2fa9f84e611d 0.18 MB 286 26
302,114 302,114 00000000000000000bd797e159cf57e525ebc8a76ad922f1642dc2c5c7fc181c 0.31 MB 379 20
302,113 302,113 00000000000000005a96299417a620ae0e9f55879348cf143dc2ace356a32de8 0.35 MB 791 33
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.60 GB sent, 94.35 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.