Memory Pool Memory Pool Refreshing

7,442 transactions
2.30 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,726 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (16,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,634 891,634 00000000000000000000808426f56c21fa81f27710161759fc4f31f2772d9f96 1.61 MB 3,821 6
891,633 891,633 0000000000000000000155ac0d29a90db9124476590aac76c4014d23feae1340 0.95 MB 1,038 2
891,632 891,632 0000000000000000000072c9dbe10ced3b2a15d781f8663bf4d08db37b7bcdaf 1.85 MB 1,759 3
891,631 891,631 000000000000000000005f88dbc694c502bdb67f02de6c906dc4916d5cbd7af2 1.67 MB 2,436 4
891,630 891,630 0000000000000000000103fab14e9a5039bf1ff31f03f5036d2d4f7f8837dcbc 0.44 MB 637 3
891,629 891,629 00000000000000000002366d443ca248569695742b1bc7ac6b83c09994ef6f36 0.51 MB 637 3
891,628 891,628 00000000000000000000464fea99727c276ef1a500f0ee67696dedba9ffbf508 1.28 MB 1,604 2
891,627 891,627 00000000000000000001f9ef6baa00431b395e55b6eb8255e79bb465bc22ed40 0.62 MB 826 3
891,626 891,626 00000000000000000001bd6f24a8bbc95327638c55aa7503ec61dd8eaaa6d47d 1.63 MB 2,183 1
891,625 891,625 000000000000000000000b2a861b4a295271caadab9ea61a68626789d99d2890 1.71 MB 1,821 3
891,624 891,624 00000000000000000002487ec24cd3b402cae26cfefaa929d0e75642384bcdda 1.69 MB 3,209 7
891,623 891,623 000000000000000000009bbd7e4f45311d958d0f2594a0e083d85629a0de046f 1.65 MB 3,186 5
891,622 891,622 000000000000000000024aaa8bb51f058899f2341b949849eee95b3f12551065 1.56 MB 3,427 4
891,621 891,621 0000000000000000000146e5c2c578e0d7d71895f740dd801e2b791106d5a21c 0.09 MB 187 5
891,620 891,620 000000000000000000020c083d57783de04b69b7c3a4b38bf8cf37764f291cee 0.85 MB 1,832 3
891,619 891,619 000000000000000000010bdd5e4baf06ea0e1648211ae66d5c68d87557ae683c 0.61 MB 820 2
891,618 891,618 000000000000000000017c996a6a230914ba80aec90de1fa526633847712575d 1.73 MB 2,497 4
891,617 891,617 00000000000000000002486513839e879c90f13f9075ffdab019eed62235b39c 1.10 MB 1,461 1
891,616 891,616 00000000000000000001fd492dd4e2d9852c492fcb924e6aa45f9e7e391345ba 1.70 MB 3,358 6
891,615 891,615 000000000000000000009b95d288b3f59dcf2225afd28f3456253f12ac324f01 1.76 MB 3,539 13
891,614 891,614 000000000000000000024e56151323d9f2bf1667b6fd3fcab4615b33065e9163 0.76 MB 1,204 4
Previous 10 blocks ↓
Total Size: 769.29 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.61 GB sent, 94.36 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.