Memory Pool Memory Pool Refreshing

39,663 transactions
32.87 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
3 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
875,839 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 1,882 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,838 (742,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,643 133,643 000000000000027ca238a34d287be863b0865fa8c28529c69d43334671df59a5 0.01 MB 32 511
133,642 133,642 00000000000002b33dcec0b7c7085e7e57579d66c0b25e35cb8d6abe6d7662bb 0.04 MB 97 266
133,641 133,641 000000000000017dfa4663b2dc534530864f481fa3df2d47804066804a34878d 0.03 MB 61 414
133,640 133,640 0000000000000206923564e7723d48c56ac57d9977612d62edf87b5a0f3b2b7a 0.05 MB 153 173
133,639 133,639 000000000000041a0e3e64fc6d75bc6b0214b83aabc173f91e1af6a78c1dbded 0.01 MB 41 645
133,638 133,638 00000000000002e942c15f4dab61129e0b39ad892ade6e66d506a266539d4083 0.03 MB 73 580
133,637 133,637 00000000000007efd4409b609c7b46e25275df603077134a7e8a94b0785f47e5 0.01 MB 29 715
133,636 133,636 00000000000009ee8ac8f4af5fc883cbbf27890b7417710958ba666cd77d09ea 0.01 MB 27 948
133,635 133,635 0000000000000327f76fecf1f25cd06a06639440e64ae56a7ac75bad4b3d8ca1 0.01 MB 29 189
133,634 133,634 0000000000000802eca71de103c9d0f3afded9ea499db664389861c1836cd388 0.07 MB 204 248
133,633 133,633 0000000000000be284219936487f7a2310cd7d795ff7ea5e40c57aa1ae18c85c 0.03 MB 11 192
133,632 133,632 0000000000000990753802ba4e8aa3bad8e8411fda52642f9cd62af656b9beb9 0.02 MB 19 469
133,631 133,631 000000000000028289c4b48cd16e8cc72830d952ea17ab3e8a4ca1c225e6e74c 0.04 MB 101 524
133,630 133,630 00000000000006dc07711960a7fb4c48f24bf38fd8064d9e4e9d6e4fa2cd21b5 0.00 MB 16 826
133,629 133,629 0000000000000996eed6bf855f6242ec0d945c4c80d3c5c5c81ecbb9a9c9dbae 0.06 MB 159 238
133,628 133,628 000000000000060b1830c92e3320e4639e03a2ac43745b6c7ba1afac8fd62e36 0.01 MB 34 526
133,627 133,627 00000000000006ae990239687cab67fced2b6a870f7126b8db32e40568fdf73d 0.04 MB 84 507
133,626 133,626 0000000000000178d4756cb1d4fda106dfce0afda9ef06c1578c76374836d779 0.01 MB 29 1,236
133,625 133,625 0000000000000ad7edddfc7cf82e40686c57ee52818bb9de185e2c41f9a928ad 0.08 MB 224 312
133,624 133,624 00000000000003c7600e0758df29708921fa441f38d22e85ad39bf0eac59cedc 0.01 MB 11 397
133,623 133,623 00000000000001253da7554031c4337ecb5cbac6a03c1aa59bdc2c6648936ccf 0.06 MB 167 102
Previous 10 blocks ↓
Total Size: 710.18 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: 639.71 GB sent, 13.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.