Memory Pool Memory Pool Refreshing

5,987 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,772 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (818,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,956 89,956 000000000003ed88e5cec82eb01f7700ef0d3bb8194ab8a4072559916df4b8ab 0.00 MB 1 0
89,955 89,955 000000000001515836c09bb4f0dcca291127e0839a1671234ab16a50940d352c 0.00 MB 1 0
89,954 89,954 000000000001caeedad84d1e4becd6a67d189e534ff279e93b7e8537711569bf 0.00 MB 3 0
89,953 89,953 0000000000009e4f4a8f4d049fa27d1d8c4443207fa6896e019906a3419fb2ed 0.00 MB 2 0
89,952 89,952 00000000000d81b4c29bf2dd0d85cadbe4117884f9d9f786d569f96c436e4726 0.00 MB 3 0
89,951 89,951 000000000002ff08903729d76cb8b0ecf8301ee0a5ce87f963583c3e2d971892 0.00 MB 4 0
89,950 89,950 00000000000e0ce52036cdb79823eedf2a5dd1f0a772c02f1b53efc1efbfa33e 0.00 MB 2 0
89,949 89,949 00000000000309140b8dc0e36261e448148fc75ea9979c513e94d1786bfae774 0.00 MB 1 0
89,948 89,948 0000000000043e2350730ebe5e9b3c5007f30873f773d0d95a3e6dd00f03b099 0.00 MB 3 0
89,947 89,947 000000000001b4d9aa79c6a1b0b51ce30fb2a4c82a94fcb39f12a9d3c1b7e39c 0.00 MB 1 0
89,946 89,946 000000000001f91d817ae86b9d7f20006ad345ca24aab34b6c1360e1b1bfbb70 0.00 MB 1 0
89,945 89,945 0000000000138c8a23701f64840bd506c38815472cc12fc793af51aa76607325 0.00 MB 4 0
89,944 89,944 0000000000003c010a0a602927cebb3bc906300de6fa2e88573ea342387da620 0.00 MB 1 0
89,943 89,943 0000000000017bbbba3ee113890afe96651aa0e4377a5b3f42ed4b76de04c11c 0.00 MB 2 0
89,942 89,942 00000000000b2d483b6b790798d66e6c0dc6194ffdbfaf92b119da847103483d 0.00 MB 1 0
89,941 89,941 000000000005b913780e0478287746f6acb2979b0e8c0f46e1d294ef4e6b9ec2 0.00 MB 4 0
89,940 89,940 00000000000ee5a177c8e4d2368b062855543da6836a3a81206df6536e07114f 0.00 MB 3 0
89,939 89,939 0000000000065b3169e06d3b0f5e1eb2b538c52779bab6a67842446e77419c4e 0.00 MB 4 0
89,938 89,938 00000000000ad16911023fd24eb8d939a64411fdd20eb0b243099c5c30c5898b 0.00 MB 5 0
89,937 89,937 0000000000090a40e4eabfc6f3863030d5e5480311dced90ba20d15031e089b7 0.00 MB 1 0
89,936 89,936 000000000005ad2054fed653f87357a73e6bd9f20a7ebff56b542fbe33235add 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.07 GB sent, 100.76 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.