Memory Pool Memory Pool Refreshing

3,203 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,784 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,230 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,783 (310,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
597,020 597,020 00000000000000000010b158a0cce9ed6bd482e95254f2ed46f87f5487b857dc 0.03 MB 99 15
597,019 597,019 00000000000000000002d3bc638beee8af0f53a7255d4f3b64b02b24d39a8bee 0.64 MB 1,557 9
597,018 597,018 000000000000000000010641e7955ae7a679292ebe8424ef1b73503c1572ab21 1.48 MB 1,764 6
597,017 597,017 0000000000000000000a47a8edb5066f295ebce51fee659b0c58332f88654d2b 1.30 MB 3,158 24
597,016 597,016 0000000000000000000691dec396059a9bc361c9273f337fa40515f6459eaf47 0.86 MB 2,359 16
597,015 597,015 0000000000000000000f27113ae63f94871ae090874d28042154846440d978a2 0.18 MB 384 15
597,014 597,014 0000000000000000001317585100f9023bc270752e70a3181fb14c80628dbbb3 0.45 MB 1,258 41
597,013 597,013 0000000000000000000e9bdf721750529ca154da2770368987d85c052b41aada 0.38 MB 994 17
597,012 597,012 0000000000000000000cea80c5cf808a9013865ed5cdad2dcfb2d313b27c025b 0.58 MB 1,618 16
597,011 597,011 0000000000000000000d5c39abdd4b998921b4523362e7e637ed10f46fe57496 1.35 MB 3,392 15
597,010 597,010 000000000000000000100b47c87724e5f7037506cabfcb3a196ef1898fcce0c9 1.31 MB 3,449 19
597,009 597,009 0000000000000000000d4c1bc4af5fed919be5f6eb9db9ec9db8e2861ad96022 0.93 MB 2,542 13
597,008 597,008 0000000000000000000f493132f7e287a977f2efd099b0fbdbff2b68d4f08029 1.26 MB 3,239 21
597,007 597,007 0000000000000000000683a9abcda0cb075df49d6494f7c7ad6f8559eeff7d8d 0.06 MB 193 12
597,006 597,006 00000000000000000004dc6145a9d5dc6228d7fa46ccf025d51de4e340d3bb65 0.30 MB 885 19
597,005 597,005 00000000000000000009dec2204b06af5936f69d8e1b65348016c3bf848875f5 0.43 MB 1,208 20
597,004 597,004 00000000000000000002845de98d8bd24123ecb538b66d7eed3970cc270cb528 1.11 MB 2,678 6
597,003 597,003 00000000000000000000d3ce97c2284355814b8ec8d2b000bba0a165af1f94d8 1.38 MB 2,598 12
597,002 597,002 0000000000000000000c5e328536527aebf61c2d6a6816b89e74d759c5b41662 1.50 MB 2,614 36
597,001 597,001 0000000000000000000db9132961d399177e2ac84e1344d15afab420c4fcf1d8 1.27 MB 2,998 34
597,000 597,000 0000000000000000000eadb01d27f7b6ca1c17e71f0ff33853de9d3b25c57e55 0.08 MB 175 24
Previous 10 blocks ↓
Total Size: 769.13 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,631.80 GB sent, 93.57 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.