Memory Pool Memory Pool Refreshing

929 transactions (0.28 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,119 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 879 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,118 (874,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,784 34,784 0000000017f15b08f6cbb199fe5f3e64026827208746b336a9a783d09358586f 0.00 MB 1 0
34,783 34,783 000000008fac37761023bf2739e7e8a9df2ed541720797a66dd8a572adf724ca 0.00 MB 1 0
34,782 34,782 0000000036b170b202cc8339522fd73a517ab5367c3b17e6cd2ebeb767f3b646 0.00 MB 1 0
34,781 34,781 0000000065c5ebbff919f1b62604ecbacd9fe035db71251d604be941b402a783 0.00 MB 1 0
34,780 34,780 00000000bb75fad4893e12b0a1ebad87b858998f3569d8579cfe683e1239bf7b 0.00 MB 1 0
34,779 34,779 00000000311148ad373691382a94729dafd7f75695cd9e2a610bf140e3297bd4 0.00 MB 1 0
34,778 34,778 0000000001819e526c583e2f00390bde2cf09f4916aea06c808fab182e3116bd 0.00 MB 1 0
34,777 34,777 000000004968fa021d11f3f0703ed5497182542a98e69af50919c5b5443d5191 0.00 MB 1 0
34,776 34,776 0000000097bcf8073021a603cb8089bc09fddfc2422328dca67e438882875770 0.00 MB 1 0
34,775 34,775 000000005e278ce9e92687b8633f3a3e91e640367c0c2c80ceab634d0657cd88 0.00 MB 1 0
34,774 34,774 0000000004c6972f0936a65616aad39a78f29a4b804d1d3d010bae5eac454c9c 0.00 MB 1 0
34,773 34,773 0000000042e821a42b62ea8f545d6af661da4f004dd5bd4eda1fc5055a4c4485 0.00 MB 1 0
34,772 34,772 000000009dfb7ba6b1632631a7429148e3cf916714a3c0678b570d458b2fd98d 0.00 MB 1 0
34,771 34,771 00000000b8c8028e71cec7887d849623d9965d7786b889f061f8264547524945 0.00 MB 1 0
34,770 34,770 00000000661ab7ef288355e205a73362ed2797e0dc39980af6e2e982280de1c4 0.00 MB 1 0
34,769 34,769 00000000a853e24dbc74914ecf9c6e454a089fb59290a982c9aab40929751e2f 0.00 MB 1 0
34,768 34,768 0000000008c0b5d97813f1ada9e2d719d80944640e06e808a6ee6ecb86ccb39c 0.00 MB 1 0
34,767 34,767 00000000184474bb71c2fcf850fffe5907e7a3bd1a81315b79b1c1b2f746b5cf 0.00 MB 1 0
34,766 34,766 000000004d2a26e86d85a6da7836457258157a9eb2fa44cdbb5cf5b191655449 0.00 MB 1 0
34,765 34,765 000000009ced43cd2ba4ab7eee38e467efec32aed335aa953fd7a028f0e944d3 0.00 MB 1 0
34,764 34,764 000000004fcba8a01bc1aaa0b0c74dd131e3ce955bf4b89e6ee72a4ee24969c4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.76 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,927.37 GB sent, 106.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.