Memory Pool Memory Pool Refreshing

5,259 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,048 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (7,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,734 900,734 000000000000000000004e64d202833660df3e53980910920c9eadd8a5c7bcfd 0.80 MB 1,325 2
900,733 900,733 00000000000000000000006698ae96bf7340ce9649e33d4508e9fd05d6735cae 1.08 MB 1,536 2
900,732 900,732 000000000000000000009bae41098f1c2897d4f11a1fa85695562e884ec4f787 1.08 MB 2,173 2
900,731 900,731 00000000000000000001401e8adcd1b3f38718942881e852aeba1e58ff4c32bb 1.51 MB 2,076 2
900,730 900,730 00000000000000000000ee78c4c698c24f1b0b01135149cf1232ce3ae0eccb31 1.81 MB 2,816 1
900,729 900,729 00000000000000000001cc9f32276f56f439fc2171431e1ddd0dff8b9804131c 1.58 MB 2,276 1
900,728 900,728 00000000000000000001e2c3a2b6cd18585441676f4749a2bc0d8c1a2224aa7f 1.32 MB 2,716 2
900,727 900,727 000000000000000000018422ba0e3e164db7ac1007f6669ad059c7f1487121cd 1.36 MB 3,318 2
900,726 900,726 0000000000000000000070f53dcd71c762580176334d887bc55b5084679d6f05 1.38 MB 3,007 2
900,725 900,725 000000000000000000013c3fcc18d1c1ea057c4cf2cab486244f4a51f465e008 1.42 MB 5,534 6
900,724 900,724 000000000000000000014f6bdbb874ca6e03bfb879581f0302137bcbc1c9fccd 1.41 MB 2,004 1
900,723 900,723 0000000000000000000084e1410362f164b910afd20d23c63f2000ca2297c108 1.41 MB 2,071 3
900,722 900,722 00000000000000000001a1524f9b3a8158357feae3bed58640633f0be6c0e32e 1.51 MB 2,325 3
900,721 900,721 000000000000000000007c6add82f1a096998df91c0a1866d40999de3356d88a 1.59 MB 1,342 2
900,720 900,720 00000000000000000000ee602822691a1913bcbc7624d57f9073c12bde8491ba 1.50 MB 2,079 3
900,719 900,719 0000000000000000000191356ba4f5e0ec05e3590131f18e3ef2d505addccce5 1.57 MB 723 1
900,718 900,718 00000000000000000000253d4fb4a89caf8d5945735614ec22493b8e2c56bcda 1.48 MB 2,390 2
900,717 900,717 00000000000000000001335e4d166f77dcee502c4797f901470893de50758d1d 1.60 MB 2,194 2
900,716 900,716 000000000000000000018979260acdeacf84ca7949fcd36a8c9bebfeebdf9634 1.47 MB 2,507 3
900,715 900,715 000000000000000000003ff4006859450a064cf6c18f3b60b0c073b98055b98f 1.15 MB 732 1
900,714 900,714 0000000000000000000217bd262a725f75b1599c455fc4e4b5f0a3469421deb7 1.40 MB 1,359 1
Previous 10 blocks ↓
Total Size: 769.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,634.96 GB sent, 94.11 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.