Memory Pool Memory Pool Refreshing

3,307 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,825 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (533,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
374,196 374,196 000000000000000005eff2b09a299e3fcb8045082e11611407510b4e9079b3af 0.11 MB 281 65
374,195 374,195 000000000000000011a95950be8282d4173b29444f10906167b3418e341d67ff 0.93 MB 1,435 35
374,194 374,194 00000000000000000988071a91a484614c482615764763d55a13b39ce68edd4c 0.93 MB 1,238 25
374,193 374,193 000000000000000004515b571bc12d61720ff03824421f94ec427274fffb27ce 0.15 MB 301 42
374,192 374,192 000000000000000008acd7e61fea524012bab1b2bacce92b40ef212d54de5339 0.93 MB 1,586 39
374,191 374,191 00000000000000000414ee82328816619e2364d2ddcf11597d3678882b8d3c4e 1.00 MB 783 10
374,190 374,190 0000000000000000036895215550f6e5b2abe7527382f5d51fc964a1b01c7cf5 0.08 MB 176 33
374,189 374,189 000000000000000005f77c20f19feb3354c6af8d539b61a7e2c9098bb93f5b9f 0.65 MB 979 23
374,188 374,188 00000000000000001155edb63ea6c53208ff1f2dc195c9a9224406874cc8ba44 0.95 MB 2,312 61
374,187 374,187 00000000000000000a782f394b4e55a978495d06e64fa77e266568a7fd32a49f 0.75 MB 807 21
374,186 374,186 00000000000000000221bdf31dd5976f79799bdaada7879b324dba14279f089f 1.00 MB 743 10
374,185 374,185 0000000000000000037d66027a6d8b43a910a132870a0f22004b50de70ab8488 1.00 MB 770 12
374,184 374,184 000000000000000001120c63a918832f1e0540c2f1678d2497fee38d48419d49 1.00 MB 642 6
374,183 374,183 00000000000000000bccab7afc614fe8435c93d6492661275446ffae1a216fb7 0.18 MB 360 42
374,182 374,182 00000000000000000ddd2cc6487d591bbee45ff0e78f2d64ef1662187dd91d74 0.38 MB 645 39
374,181 374,181 000000000000000008ee2d0cd62d57969c7c0635c3e2bccc8da6aaeedf9b372e 0.93 MB 1,511 31
374,180 374,180 000000000000000010a85d3955bbce5dcc42b781b3ea80b8035e39c4cabaf416 0.93 MB 969 16
374,179 374,179 00000000000000000fba4bbbca82527d0f5e7105301175cf084f321dea126554 0.93 MB 634 10
374,178 374,178 000000000000000009dcb09c587e869446aeee210c249570307517dad0fe8137 1.00 MB 700 8
374,177 374,177 00000000000000000d4882c21f934755c25b5253c0f20f5bb0615942b80a2df3 1.00 MB 887 12
374,176 374,176 000000000000000002584e15629b32f08378db928101f6793ddde4c67ebefcf0 0.50 MB 953 37
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.