Memory Pool Memory Pool Refreshing

12,386 transactions
3.91 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,180 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (618,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,910 288,910 0000000000000000883cd9235d9bf6aa59e25977f28fb6a2c4bde726a4bb392d 0.05 MB 128 110
288,909 288,909 0000000000000000a19aa1b604cbd550ab1849177ba349eea5512d1803d605f8 0.28 MB 393 36
288,908 288,908 00000000000000005bcc5a03d4d86e843565933e29ba50980d5e30ceabe4a78e 0.13 MB 182 32
288,907 288,907 0000000000000000f8d2434e0ed790afb78a2d897ace0648a019a358f3389a70 0.07 MB 105 35
288,906 288,906 000000000000000038ad9fff9f4483d72dda7ab8809703580d7e0f476d51de90 0.37 MB 537 30
288,905 288,905 0000000000000000d67afd6acc5abccaf073cecaa583fd185f75f5e109b5a504 0.28 MB 140 15
288,904 288,904 00000000000000000a85cc0da693413c0ef78c2e901ca48660a747db394e5304 0.50 MB 676 26
288,903 288,903 00000000000000001b637a1bc5666496e2ee33cca16e191e4ff1e81d2bf70441 0.90 MB 1,478 33
288,902 288,902 00000000000000005c386e8b45d6f9e53f8833e53ca864b95bafac4b95f7c80e 0.35 MB 775 43
288,901 288,901 000000000000000064e4e3c9a766d46430a9d2123220368a68dec03dafc64e42 0.37 MB 501 29
288,900 288,900 0000000000000000eb4f10803b07945ba83dabf3d9d2dc182f36cedbdc4b24ae 0.11 MB 96 21
288,899 288,899 0000000000000000828f9634b37f3fa15fce63b78f18f1138cfe3e54c897833a 0.89 MB 1,193 29
288,898 288,898 00000000000000001aa0f01b31de42339e1ae57ae82f5f4a747dc04284254665 0.34 MB 469 28
288,897 288,897 0000000000000000b99167fa3c81daa73df39636a869a7d0219bff9685ef8935 0.03 MB 64 24
288,896 288,896 000000000000000097510c3ded0e15274ecdd5dcc200fdeb2d608173490c6991 0.50 MB 645 29
288,895 288,895 000000000000000080d9201fb1acf0d865b9934da6165de9540742ceabb6a579 0.75 MB 1,193 31
288,894 288,894 0000000000000000fd7017eb2ab4005044269d197ed1e1a9668c3f1b317e6397 0.35 MB 285 21
288,893 288,893 0000000000000000923590abc34403daa3a08601a61c77fb1b90e24bf3686bbc 0.63 MB 459 19
288,892 288,892 0000000000000000a988f3124a6bebb658417a11e5758f25210465fb63bd07b3 0.75 MB 952 40
288,891 288,891 00000000000000006a339ac1bc866fe6a4742b7746d2c81ca5dc7d3cf2417cc4 0.25 MB 324 17
288,890 288,890 00000000000000007e4ced660afac817e5d9acbf182ee03b7f2d2e103bbd51ce 0.35 MB 810 42
Previous 10 blocks ↓
Total Size: 769.01 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,622.15 GB sent, 92.93 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.