Memory Pool Memory Pool Refreshing

316 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,603 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 309 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (848,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,633 59,633 0000000007e3c4ef7b112e121cdc71a2853b6b4b6f9db05880e16f401bc40776 0.00 MB 1 0
59,632 59,632 00000000067c5590a02d2c3b3f65440467d98559f108ac7b082c3c4fa3c2ab01 0.00 MB 1 0
59,631 59,631 000000000237dfc92c5ba2233447207126767526591af96c7b13e684acaa5d84 0.00 MB 2 0
59,630 59,630 0000000007045decdca58bd5d50a4f21dd8ec39f60918b594785a3290a58c336 0.00 MB 2 0
59,629 59,629 000000000a7a2f594655c7c5a36f6095479de963c6570237bee079c3f4ed5950 0.00 MB 1 0
59,628 59,628 00000000035dea59f9a93eec738194139723d52cb6eb4fc8d058c813693cae65 0.00 MB 1 0
59,627 59,627 000000000f21f9cfe9517442704befae6b3117c8707ec396b051341a2c648413 0.00 MB 2 0
59,626 59,626 00000000025e59871a9edbbf087e2289516f1a1a13fc88f14bec26c43ea9143f 0.00 MB 3 0
59,625 59,625 0000000007bc233f39a4f4ee9f216a231d5a066f84a03a6dfd57fc1c43ecdfb3 0.00 MB 1 0
59,624 59,624 000000000378509cf272e8ff6311e0babeaf3dbffa070100c3c89bb75498b5fd 0.00 MB 1 0
59,623 59,623 00000000091536af33bd4b256a056fd91ee579e0766339764f9abc87cb4d0a95 0.00 MB 1 0
59,622 59,622 0000000001c52e3c8361f0a4a49b96b0449fbd6d6da9c6d2f7b85aef5ec2d12d 0.00 MB 1 0
59,621 59,621 000000000d9a0746fbb6f3014b9176a5156e9fb294383fd98cf87b4d5bb0aa18 0.00 MB 1 0
59,620 59,620 000000000b7af32f081d6df5f5dc2fd10590a232a8dd8495ca770d33cbc0d64a 0.00 MB 1 0
59,619 59,619 0000000005ab8c36bcaac75d1c1fa2f888418ee13026421cf70b3f84638bf135 0.00 MB 1 0
59,618 59,618 00000000024db124712d9fc9a7cec1bb466c2558f39589b7afe37e393273d256 0.00 MB 1 0
59,617 59,617 000000000654ee1646303d9dd564a96512dd7ffb71343652732fb861730e739c 0.00 MB 3 0
59,616 59,616 000000000319e07e5c977f1461c052037290bcde21f7a3435713fb79756827b2 0.00 MB 2 0
59,615 59,615 0000000008176d9dd8b22023308ae8992d22901be556b4b9fd04e547e045f4bc 0.00 MB 2 0
59,614 59,614 0000000001e7a1ce89dc81cafc0d9f0cb6109fcacb0297a36ca518b5d7891f00 0.00 MB 2 0
59,613 59,613 0000000001e4a78c547d00898807614c6dc25274e0078d1b7fa83f7f4ec0eae7 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.54 GB sent, 101.04 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.