Memory Pool Memory Pool Refreshing

8,462 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,830 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (46,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
861,355 861,355 000000000000000000007bd42903eed996eae55217953eead3e4e32a46e3bd79 1.65 MB 7,560 2
861,354 861,354 00000000000000000001a37d8d27db45d133e233db139495e4e780218ffa2452 1.59 MB 6,403 3
861,353 861,353 00000000000000000001a0ff36d1179773b96292a64e1ad821b8dbc422cb93bf 1.57 MB 6,304 3
861,352 861,352 00000000000000000003032aecb77f87d7874c260bbc5b1a2b7c11181df1a0ce 1.64 MB 7,758 2
861,351 861,351 00000000000000000000a280a530dc706b465d6652ce2721a399ba12ce250203 1.59 MB 6,607 3
861,350 861,350 0000000000000000000118d373722b84d03f1223638872f3bf58162d5085b49e 1.60 MB 1,568 2
861,349 861,349 0000000000000000000014f1f5dbec22fcbd4eb3b598dea91f62928bd3ff35b6 1.53 MB 3,048 5
861,348 861,348 000000000000000000026c3253ee56071daa5e0c6478b3143729148f1fa184f3 1.55 MB 2,469 3
861,347 861,347 00000000000000000000468d2a4b3f8bbd04136a27c07c640b963be609689f02 1.62 MB 2,515 4
861,346 861,346 00000000000000000002f7fe0e3074ef3b9c64dc9c0efa0a5dfd7efa5d3f2f8f 1.46 MB 2,964 8
861,345 861,345 00000000000000000000a7c51f26d2dd816d6942db24279ef04f2c72d2c364b4 1.62 MB 2,241 7
861,344 861,344 00000000000000000001df46fca63c8e425196b6da695300204631122edae4bc 1.46 MB 2,734 8
861,343 861,343 000000000000000000016eb847e47ffa12632bea98734a45629f60250eb502ca 1.74 MB 2,330 9
861,342 861,342 0000000000000000000206087b5e88b87e2b89e05ba6108036a366e1d7eff1ee 1.49 MB 3,022 12
861,341 861,341 00000000000000000000c63d0ef9faedfa4eec5d9138207713c7b19000436f78 1.52 MB 2,759 6
861,340 861,340 000000000000000000000ef209bf0c4c3ad0fad74efbb91d63b49c5830e9695a 1.46 MB 2,804 5
861,339 861,339 0000000000000000000081f8bb228769085829db0a462174af2c72d18a02c8d2 1.54 MB 3,594 7
861,338 861,338 000000000000000000014251b83e36d558840dff0d58eb42c72666a465167b7d 1.72 MB 2,916 5
861,337 861,337 00000000000000000001ec19e98dd03151c64d889413b9df131c01109dd955e6 1.43 MB 2,086 7
861,336 861,336 00000000000000000001b4cec95f6b719be05e054af2dc5eb3c4102595f756f8 1.78 MB 3,098 3
861,335 861,335 00000000000000000002dccc70ec63aafc1d4be5899dce34f1f279cbfb334f37 1.41 MB 2,408 6
Previous 10 blocks ↓
Total Size: 769.29 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,637.35 GB sent, 94.37 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.