Memory Pool Memory Pool Refreshing

3,613 transactions
1.22 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
908,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,899 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,703 (881,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,972 26,972 00000000e514aae4a03a81f0dfa8fa60aab809fda0f95e552f784b2d16697591 0.00 MB 1 0
26,971 26,971 00000000305494b6a9abdde4b1e94ec0da02389ffb6e3c8339eca1d37c67e963 0.00 MB 1 0
26,970 26,970 000000005953288740300ba45f50f43f205c0df7e337237f66bd0333d6fedc8c 0.00 MB 1 0
26,969 26,969 000000003ca81c46386bdeb2f2dac768093b7f9b7da07c12d9814947ac699c40 0.00 MB 1 0
26,968 26,968 0000000001d02589d22fe6f73eb0553c6a9cfde3c9e2c5076eec92b7b808f91f 0.00 MB 1 0
26,967 26,967 0000000065f8ebae77a3d9046da7d642fe69b1bd4e245e2bd7e79d07d63d1f8a 0.00 MB 1 0
26,966 26,966 000000005fe1a027f56f930407899b2662a796a56cfa9f0b31fd2a76a9c235e2 0.00 MB 1 0
26,965 26,965 00000000fc3250f19b19f3b36564c45266551507603be0e2019792522550f82e 0.00 MB 1 0
26,964 26,964 00000000bb6a9cd24ee647463f783d1d301cbdf65c7eaa662833891f7182f055 0.00 MB 1 0
26,963 26,963 000000007782ca16ac45263ac658386684e5171a556875d51022a7fc2ff4cc7d 0.00 MB 1 0
26,962 26,962 000000003ef58c77298ecba299288b1f24ae1d9c6e41ba6c531594878846ffff 0.00 MB 1 0
26,961 26,961 00000000139a8878079e8dde831f5f184ee90d29ed622070f8c3ad2cb693de38 0.00 MB 1 0
26,960 26,960 0000000024998941d85d5072218224c0e73734a7a1a5ad50e456d9715a58c8cf 0.00 MB 1 0
26,959 26,959 00000000633e76c7433597ad488d0378eb9d4c05374e95560da23d29157b07c0 0.00 MB 1 0
26,958 26,958 000000003f429ea4242d5111d5be7317d14c1aa04b04455aba8f9c4d04848804 0.00 MB 1 0
26,957 26,957 00000000e6ff5643d5c350538613883d99cd06eb1af5c6327c95161905616259 0.00 MB 1 0
26,956 26,956 000000004017e6c633c20b551900456a077fa6b8508cb771c2135e0797d3ed04 0.00 MB 1 0
26,955 26,955 0000000067892cc179932c54e8e851e68c821f3dd4e7eba22dce6840c18fdd10 0.00 MB 1 0
26,954 26,954 00000000efacea78e5a3ca5c1d50917a70972018fdba42356a548af355799c03 0.00 MB 1 0
26,953 26,953 00000000306f2b2de5fcd04ec3874ffb7ebcb8aa89a6ed419b565ff64837d4c0 0.00 MB 1 0
26,952 26,952 00000000b1350d0060a1a7d1bc2ed48ac4828ec2109ff6914368964223f603c8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.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,854.47 GB sent, 102.00 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.