Memory Pool Memory Pool Refreshing

1,305 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,874 00000000000000000002349e0000000000000000000000000000000000000000 0.71 vMB 1,297 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,873 (171,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
736,120 736,120 00000000000000000008854f39c66261ddbb8c3f08a1b64b6e1f857c04644533 1.46 MB 2,872 21
736,119 736,119 00000000000000000008e1e88ff8ae91bf000c77eeb976ac2dee22185f8184a5 1.50 MB 2,773 22
736,118 736,118 000000000000000000056a45812aea6f42ac15ea3dfc29ec87811fbae687cdbd 1.42 MB 2,628 19
736,117 736,117 00000000000000000006875c55dbbce8c87f97cb951392212a7f808d684296ae 1.54 MB 3,221 23
736,116 736,116 00000000000000000004116af728e65bff0300a02185b53a60d0bb34660cc8d8 1.38 MB 2,957 29
736,115 736,115 00000000000000000003196c1c141431659785d50dca206bd84ffd8104787583 1.30 MB 2,600 29
736,114 736,114 00000000000000000004cab29f23e13202a5fdc27c180f4aac1b36089faf63bf 1.47 MB 3,184 20
736,113 736,113 00000000000000000005bf7253f51d065799532e1b6d9b49eaf831bdf31d649e 1.36 MB 2,261 29
736,112 736,112 00000000000000000000b03fb6f11671d136069a323839aa8a5b2f7387ba75d8 1.55 MB 2,693 21
736,111 736,111 00000000000000000007cb44790e2edb0b03e671a2b79bc3eece58a80fc28596 1.50 MB 3,991 24
736,110 736,110 000000000000000000012b1c987fd0877c6a8885e44a2d79e9d00b6ebdc63d19 1.40 MB 2,738 38
736,109 736,109 00000000000000000000394ec2343fe6ee15f037a50bfd74dc802ec464b5ad36 1.43 MB 3,310 33
736,108 736,108 0000000000000000000512204b894c2dc838d74fe059882afdef22477765d9e2 1.46 MB 2,681 25
736,107 736,107 00000000000000000005098cc58d44007a869fd8cd0acaba4069898020840bb7 1.39 MB 2,560 29
736,106 736,106 00000000000000000002a1dc74cae5a0320d9b14aa57362a595e06cb07ad40b5 1.40 MB 2,473 18
736,105 736,105 000000000000000000036e333aacc2e9bc195a3614a06545326c1d66a392dfbf 1.48 MB 2,697 20
736,104 736,104 0000000000000000000125bd6a3783347a51160de2f31655315264f87f5e77ae 1.51 MB 3,237 20
736,103 736,103 00000000000000000008264c9f9f073372d7afb84f1e5cd3335136dbd6ca7e54 1.47 MB 3,223 29
736,102 736,102 000000000000000000065700bf4d07ee31b9e4b1c84db6905b74f9dbb12aaa90 1.45 MB 3,603 30
736,101 736,101 00000000000000000003b0a5c0b09323a6f5f4e9d30dc52f813450ef64921ae8 1.45 MB 2,356 18
736,100 736,100 00000000000000000001777a89ee3a74a61dfee21527277158f1e14e007a1db7 1.40 MB 2,633 23
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.