Memory Pool Memory Pool Refreshing

8,539 transactions
4.07 vMB
Show Random Selection Loading Transactions
Max Size: 22/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,502 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (577,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,001 330,001 00000000000000000271d56cb074731c2ffe250c9f9482ba47ab1a898122199a 0.30 MB 602 26
330,000 330,000 00000000000000000faabab19f17c0178c754dbed023e6c871dcaf74159c5f02 0.10 MB 81 6
329,999 329,999 000000000000000003e20f90920dc065da4a507bcf045f44b9abac7fabff4857 0.64 MB 663 20
329,998 329,998 000000000000000015378a1ac8a582870a11e3e73c28b90423b5e9a0afc47db3 0.75 MB 1,086 23
329,997 329,997 0000000000000000170d24c6c02da4931871327babc780ad6f56016405531329 0.75 MB 1,850 40
329,996 329,996 00000000000000000a37bcf7d4cd64db83add0246152292a7cdb75bac927baf0 0.13 MB 214 25
329,995 329,995 00000000000000000252b875f0a568dfa9525c7d135c4f9d014304411a0af867 0.32 MB 446 20
329,994 329,994 00000000000000000b8cab8d3c39f9deccba12a8c410d0e31dfa1609b9ca9958 0.05 MB 128 31
329,993 329,993 000000000000000006e973e95914c5bba21289aba9d492f5c49170bfc71b5305 0.27 MB 407 23
329,992 329,992 00000000000000000429f2e86dd25f90d13d5b7a94ee2200d4191c9e902711a5 0.40 MB 554 23
329,991 329,991 0000000000000000026b06dcf30529c62a6e28f874bbd4d2904d22d1f6c35951 0.66 MB 986 26
329,990 329,990 00000000000000001249483f9e047a8007d6706b8345af2bee1106d60f6bbca6 0.54 MB 717 19
329,989 329,989 00000000000000000c0b653a47d874a1c7d197e95f0a99dc8d26ba114391e95b 0.19 MB 512 49
329,988 329,988 00000000000000000eb46808493b9bd500098685950fafa64a53478821ba02e1 0.43 MB 719 26
329,987 329,987 00000000000000000b77ec88dce53466e6d2d333a915f70b0c0b6a1eee072023 0.22 MB 317 16
329,986 329,986 00000000000000000182629cdba67f661b2c53fa238630903fecd2d19043d5c2 0.56 MB 982 34
329,985 329,985 0000000000000000150ed22dd74a7211320fc5c1d277e648689dffa631fab133 0.09 MB 122 11
329,984 329,984 000000000000000003d7c485b98a8144001f772d5552e7b3fd1f4cc9faf90694 0.99 MB 1,454 24
329,983 329,983 00000000000000001a6b8a1d8f80f947df086213683d45ecc799c94b2eb5ea89 0.52 MB 877 23
329,982 329,982 000000000000000010b63303412d8e80f5420c4a8643dc7d67078724936d3f3d 0.03 MB 64 76
329,981 329,981 00000000000000001b55ba4ecb864cffaba7a1f28cde028d2e8ab7723fe28cf6 0.27 MB 463 24
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.17 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.