Memory Pool Memory Pool Refreshing

2,561 transactions (0.77 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,126 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 2,551 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,125 (881,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,107 28,107 00000000944f33480adcb3dc0d2d1656d07aaba27ec1ca98c21e018263199bc2 0.00 MB 1 0
28,106 28,106 000000001b56f3b4d9c1b1c71a05cd40894680f25b5f7a669c8947a478ae5fed 0.00 MB 1 0
28,105 28,105 00000000e6698bde7876613a37879282a2c42b1192e42c04ad95388206330ef4 0.00 MB 1 0
28,104 28,104 00000000cc3160c29c91f665fa7323c7d6b46736cd1d8ebca5b979832c666eed 0.00 MB 1 0
28,103 28,103 00000000f646f7781af6c9bcac328355fcb1839e3a78d1238ab626178ea1d614 0.00 MB 1 0
28,102 28,102 00000000c4fdd397b9c8513e4c114c028d290dff4d90bbd1fe56d95051623584 0.00 MB 1 0
28,101 28,101 000000001d177f77b9d7e700e5794c0033ebbb66422fd9e65dbf23d8363338e8 0.00 MB 1 0
28,100 28,100 000000005708993f39e5ecaa550ac661691601e5713f8387390cbd948fa9a513 0.00 MB 1 0
28,099 28,099 00000000175522353f115ae8fc51a0be03f586e0f646ffe57e6f4393a1f385e7 0.00 MB 1 0
28,098 28,098 000000001f9a813f3693b006db1e214fda36d89d7d23e0d1d7ede98bb7fc1d0a 0.00 MB 1 0
28,097 28,097 000000007dcc616ee1a50273211c596718e841a13b3e23518b883980cd1cb540 0.00 MB 1 0
28,096 28,096 000000008de75e87ec0966be28fda3fb148568456bcf6a9e67eead4155b2ce67 0.00 MB 1 0
28,095 28,095 00000000a170afa5788ef879411c632fc98b50c61738e7e1699081b45cd4a574 0.00 MB 1 0
28,094 28,094 0000000026fb232a8b08941320e06d56f98319d878fc88e629be661e2a4c4756 0.00 MB 1 0
28,093 28,093 00000000a5eee974fdcfe7d97ff8ad989907f999ff5a96bb3c7352a0aa50ca4a 0.00 MB 1 0
28,092 28,092 00000000b7349acdf30bfebf63c743aed1ae47ad3ec1e054359380d6839c1d94 0.00 MB 1 0
28,091 28,091 0000000066a5ddcb0453f4f3eaaffbd4153cc54d046e3b880f9b3bc2c8ea0b9c 0.00 MB 1 0
28,090 28,090 00000000c3685f13c88dca67424a1dd8fb7d20d4c4219def8bb792392505c2f8 0.00 MB 1 0
28,089 28,089 00000000ba052e7028d8472f0cb0e24a71e26c911214c92339584d0d23b87ef7 0.00 MB 1 0
28,088 28,088 00000000700899803231d8393a9e7f3066ab5962f74bae2d67ba6c86017c39c1 0.00 MB 1 0
28,087 28,087 000000008e9a7a1dfe0a2646bf68a9dbd9a2472dcf056654154afe0f4593beda 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.78 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,936.30 GB sent, 106.44 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.