Memory Pool Memory Pool Refreshing

7,403 transactions
3.44 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (715,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,602 192,602 000000000000016d29641bac79f6a42fc8cbe34a207f96cbeb33c2537d1773e0 0.12 MB 295 129
192,601 192,601 00000000000003fa73b197310ec01534523a009f774dc32f95bbd00ece9401ef 0.07 MB 149 109
192,600 192,600 00000000000004b0f4575a4349b4e4b7e412e68e13f8c5deb1ffe795ff3ce6ea 0.18 MB 512 79
192,599 192,599 00000000000003903281a35953b41a66e4dc1990b41f6abfe68ce876a3e4d873 0.11 MB 256 91
192,598 192,598 000000000000076faf9980661702af95a711de1dbed2b547c032be257f2b226d 0.03 MB 29 45
192,597 192,597 00000000000007980d3af7fc7ce6c8417cb1a0e8b294009cfbef5923546b70c2 0.01 MB 52 196
192,596 192,596 000000000000071366e1aef4bac6fc06326b2e766040340a2649664e60f619d7 0.07 MB 204 145
192,595 192,595 0000000000000323e99f25fbdbe1b33d3ea8912168458f2d45188f215531b2b9 0.25 MB 635 337
192,594 192,594 0000000000000818fdec75905469c0410a04dcf37b8bfa87a7dd859b027329b1 0.25 MB 668 139
192,593 192,593 000000000000030c6be1b0255efe7f3bc58c2b8501ff06e60f7ff326b87848bb 0.16 MB 474 191
192,592 192,592 00000000000000dce2669156bfde54983014a71322c508871f48793fa5efa8a9 0.00 MB 6 0
192,591 192,591 00000000000006e27c2be1221485c034c7a51059df0129d9a0700367b576879d 0.05 MB 134 3,055
192,590 192,590 000000000000069173efa63d948761058905ed79107c3bbaa7223a157b45c1a5 0.17 MB 456 183
192,589 192,589 00000000000003aee830b389688c9b19fee73cf417e8305a603ba831f2fb90f9 0.03 MB 77 96
192,588 192,588 00000000000005a89ad2f481a8cd94c48c6ede6517fa21ba3417cbd6f74b4af2 0.13 MB 171 339
192,587 192,587 0000000000000325898856bead5f234de305129458767ca7558d53b0658e9771 0.05 MB 134 85
192,586 192,586 00000000000006b79e31cdffb85fb929bdb8485267f4201208167dac20552517 0.03 MB 80 159
192,585 192,585 000000000000041f9236b69f12383ad44b8cd4e955a398ad9f48f95bff93534c 0.17 MB 387 105
192,584 192,584 0000000000000646142b2258fa98bcabe7a9a52b338814ad4fb9cd905d7db9b0 0.00 MB 1 0
192,583 192,583 000000000000019776717925581e141ba3dfab60754bce241fe7eb95eca6abfb 0.25 MB 532 123
192,582 192,582 00000000000003b8424b22b0a48a017ee4b7c5d7cae47c76baa3f3059e26fe1d 0.19 MB 512 168
Previous 10 blocks ↓
Total Size: 769.03 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,624.85 GB sent, 93.01 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.