Memory Pool Memory Pool Refreshing

5,329 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,705 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (216,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
691,635 691,635 000000000000000000027b960f38c00b114d3558ce86eb27d7747257a95e5356 1.30 MB 1,951 6
691,634 691,634 00000000000000000003ad35e972d8e3d069c550383a871766296cd76033844a 1.53 MB 2,207 24
691,633 691,633 0000000000000000001393d49552ad8d703dbfb41feb2c0f98c68d4495853068 1.61 MB 1,373 11
691,632 691,632 0000000000000000000b14f7ca6ebf3e22f739948f922e9c24e2a93c2bfa072f 1.77 MB 673 4
691,631 691,631 0000000000000000000548c72b83a0a3a46e02a4ef74a7f695c55fb405c51f51 1.46 MB 2,755 16
691,630 691,630 000000000000000000026a6b0875fcd41f047019fce62c2b9e5e99976186f4fc 1.65 MB 137 2
691,629 691,629 00000000000000000008a56bea5119fe35f544c07451cca26f3ac304235aefa8 1.64 MB 1,075 7
691,628 691,628 000000000000000000043ce46e0fbfabd6800ef797249ed306e539bcef6481af 1.61 MB 1,475 8
691,627 691,627 0000000000000000000545281e54caf3dc8e85ad1aafb0c324b87c5c45833b09 1.35 MB 606 4
691,626 691,626 00000000000000000005dc261c021aa938865b124fa1d8dd389d6711585c0bde 1.73 MB 395 2
691,625 691,625 0000000000000000000a272e111f16a1c148cf6de211d30fd623148f97f9bd40 1.39 MB 2,778 7
691,624 691,624 0000000000000000000cdbea54ad1b51c793a9a5d8a5ef86849788eb93cc7bf4 1.44 MB 2,587 9
691,623 691,623 00000000000000000012e0e90868c25f3eae2928f843c7c2a56e19bf36d8610b 1.39 MB 2,611 30
691,622 691,622 00000000000000000004d434e58766e492856a7d7457b628c9837ebf8b0cac95 1.81 MB 528 2
691,621 691,621 0000000000000000001027c919e200000c0b8f49e33ab4b686b96ccdfbb7d739 1.58 MB 1,762 13
691,620 691,620 0000000000000000000dbd2192aab6fbe4795006a07206cae8a5150404eb20ef 1.54 MB 2,096 26
691,619 691,619 00000000000000000009ad1a79b580e6f3de54466b8af9f93644622b40c66c5f 1.71 MB 1,145 9
691,618 691,618 00000000000000000000f3729dcb3a033dac7f01a452b53d98fe556589d29b1f 1.39 MB 342 3
691,617 691,617 0000000000000000000d7d4f0a7b02e9ae78f26d0ecc38a9b0f8b2d17cc90892 1.37 MB 2,568 25
691,616 691,616 0000000000000000000adea24ce10d9d8f54b96c7034ea0df3652456f784d135 1.83 MB 403 2
691,615 691,615 000000000000000000144fbb6f017222fcc564fc91fd5336002ada00d6f4e5b4 1.54 MB 1,539 11
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.