Memory Pool Memory Pool Refreshing

3,791 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
907,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,259 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (612,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,002 295,002 0000000000000000290e2117957ef102d0e92921e108c1264443b1eac2766934 0.34 MB 513 27
295,001 295,001 0000000000000000242af5e3a276d9c1546dffa6ba59de791c7e89afe929f22c 0.04 MB 79 25
295,000 295,000 00000000000000004d9b4ef50f0f9d686fd69db2e03af35a100370c64632a983 0.10 MB 64 16
294,999 294,999 00000000000000006a21512871d0fd3ccc90a3a464adb7ecbc3557224afea69a 0.02 MB 64 50
294,998 294,998 0000000000000000759ede0c9a73b88d72858fac4834070e78f88bb6341cb497 0.21 MB 484 39
294,997 294,997 00000000000000007b0aaa6cc5d2e1853af7de5ccc3d2531f22d6fc720b08f84 0.44 MB 247 15
294,996 294,996 00000000000000002906e874cb711dc956ad26e6fcf1398716e45688f12aed35 0.35 MB 951 42
294,995 294,995 0000000000000000293e43e26d396d8f62ea01c1be919eec7436cfedceff7c67 0.34 MB 552 37
294,994 294,994 0000000000000000b2cf3ab4b6c64e2c524886749d1c1f73afab459db9450862 0.46 MB 850 36
294,993 294,993 0000000000000000af13fa5c542f6c97d23c4021d0a6b22924cd583d6be77cd6 0.19 MB 326 39
294,992 294,992 000000000000000044f5f7dc6f04057988ea7e4a8e91aa657034d41353bb1b51 0.36 MB 634 34
294,991 294,991 0000000000000000827576ab6e3b0be58846cf5d3d64423a1326c3a0b932a1a3 0.04 MB 79 13
294,990 294,990 00000000000000006de7a86d8feff6ae9e0e3b0edc670c8d245c836455cb775b 0.11 MB 191 27
294,989 294,989 00000000000000009de7860f2862d729ff387b8943cd749ff0dc889da6e9d4e0 0.39 MB 558 38
294,988 294,988 0000000000000000703d3ee23b993a261b97e776fa50667a276726c94523ae00 0.00 MB 1 0
294,987 294,987 0000000000000000937fbf22e962b0e146dc0ebd7216691636488d275988eb3b 0.82 MB 1,183 26
294,986 294,986 00000000000000004d2ebb01a7801ac33c17858deb589dd9bb2e80117a025eca 0.25 MB 640 109
294,985 294,985 000000000000000099b35f047d5ff1d1bbd18bb60736ad3e52569fff6f9bb707 0.04 MB 79 25
294,984 294,984 0000000000000000255665a0f9aa800258f4d980b62ad139087d11b9eb403301 0.05 MB 77 32
294,983 294,983 0000000000000000ac9dbe6122a3671b0ed3a2d862cf4baf93fa4ffee13c3ff2 0.47 MB 600 31
294,982 294,982 00000000000000000d29767cdaf1a2497d25a5692ce838b17deeb81d21e2caaf 0.25 MB 624 41
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.66 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.