Memory Pool Memory Pool Refreshing

1,439 transactions
25.06 vMB
Show Random Selection Loading Transactions
Max Size: 101/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
908,310 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 1,176 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,309 (842,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,815 65,815 000000000378d59287691a4e9b977482d4f0a01d5115def1baef1689603cc97c 0.00 MB 2 0
65,814 65,814 0000000000faee0fe9870b3d4fec7be90022f9edf7c180fb1c3faeea5c9f695e 0.00 MB 2 0
65,813 65,813 00000000054092eaf8d37a61ceff1d70443f6ae35e537b80deef24fd9d11716b 0.00 MB 4 0
65,812 65,812 0000000005445137c16689afa0018411657bb2ddbf526cfcb69b110a090c27c0 0.00 MB 1 0
65,811 65,811 00000000002bde24c5a1bd322cff44a1feae32f25431fa50cff86e855d48eba6 0.00 MB 4 0
65,810 65,810 0000000003fa428d487983d5bd25d89c955b57cd1bae14865dd3bd282e6fa8e4 0.00 MB 1 0
65,809 65,809 0000000007d53362ef2631cb0ae9a4646cd62f2360416eb2262791d371605a90 0.00 MB 1 0
65,808 65,808 00000000040247ef4f1ab7213b53d2e77cc8d17c409cbb00d4d317fc4f032245 0.00 MB 2 0
65,807 65,807 0000000004824beb95a366cfbc267db4124bbbc91e62cc55bd25c5984d03704f 0.00 MB 2 0
65,806 65,806 000000000849984369499dcc2a665b0464a3bc8e3c69d2d0360acccc6d222002 0.00 MB 2 0
65,805 65,805 000000000131f5896cd51be9ab5cec6148261e82346628adeddd66a9ef89e045 0.00 MB 2 0
65,804 65,804 000000000317d59eface6d0b7320686839cb0eff2da987ec5f773b3adb898f80 0.00 MB 1 0
65,803 65,803 000000000641abf83776e7e201d032d5b65437f7bc1b979e3c5d6767efa1e5fc 0.00 MB 2 0
65,802 65,802 0000000008223a53dca0c4b68f05a3c15815d815df1d5258756122a569000514 0.00 MB 1 0
65,801 65,801 0000000006c43e2878d94504ae20512ba64442d9e6b857bbdedd8e5af2944709 0.00 MB 3 0
65,800 65,800 00000000081bbc7c7c5426bcec0b586c1f273bd41a6cc9ee8af5c2a39cde0060 0.00 MB 2 0
65,799 65,799 000000000a29017b33c5227db974702f5ca511cdee1faec9103565e33ab602c7 0.00 MB 10 0
65,798 65,798 00000000000354774a67ed33826a80cca19c39493b203a7b087b07c8b198f1ff 0.00 MB 1 0
65,797 65,797 0000000007615444359f7acdd8aa133f5ca84f3944f3cd35a988dd215b8b324d 0.00 MB 1 0
65,796 65,796 000000000a2990558f895416bb5588307e04f4c3d375b4ef676c0a049f72065e 0.00 MB 3 0
65,795 65,795 0000000004084a7c3c94e1d6c421122014a81c4164d2f1e0979d9030874ff903 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,696.86 GB sent, 98.58 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.