Memory Pool Memory Pool Refreshing

2,098 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.81 vMB 2,086 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (813,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,690 94,690 00000000000606516f6140feb751126893a9ebfbbfde168b975697ad94af34b9 0.00 MB 1 0
94,689 94,689 0000000000073751d5ff6bbd4f9f740cb634bf81024a2069fd4861f6e08bdb16 0.00 MB 1 0
94,688 94,688 0000000000047df8b4f53f5c177674d5a4995329f1698265418befa02f61d46e 0.00 MB 1 0
94,687 94,687 00000000000964ef2f28ec1ed64d34399c1b11cf4e93ca13d500add0e7ef624b 0.00 MB 2 0
94,686 94,686 0000000000002d79e8f55ba51c5f00fe4f5217925b3469c908ad711f7e95d6f9 0.00 MB 1 0
94,685 94,685 0000000000097aa1d86586aecdc58050d80b21f4e21896bbd5db8c8d5a067785 0.00 MB 1 0
94,684 94,684 0000000000013ecee78b621a4d8cc1894d16c45225aa2b1af3010ae57d012133 0.00 MB 2 0
94,683 94,683 0000000000047633e8372ab2b2847ddd5dbe53c9d20ce8646fb198e18060a2c8 0.00 MB 3 0
94,682 94,682 0000000000046fde4ef93debe55435d5a1f9581e1a89d657d86504df601cef15 0.00 MB 3 0
94,681 94,681 0000000000005ff402ba17285a6b7571f88d217c77b310cfc5cffa378ea59f91 0.00 MB 1 0
94,680 94,680 000000000000951a1178e4b739b1961b5636138d5d47f827d642e4e0bac48da4 0.00 MB 2 0
94,679 94,679 00000000000103f1767f23aaabe893681aca99d835243e2121b3ce7749b9a17b 0.00 MB 2 0
94,678 94,678 0000000000095f321b7d9f3ec3a4e3ff716ba637f34fbd34100565490d62e9bb 0.00 MB 1 0
94,677 94,677 000000000001298df5208daebe27388ec9485d597b9f6aa3d3154a6eff2c3bfd 0.00 MB 1 0
94,676 94,676 000000000003798cf2ea0e656a7e3da9d092e657cfdc5ec3f38ca3b67be1bc98 0.00 MB 3 0
94,675 94,675 00000000000221f28efd2ba769e8085fc4787b3fda6f23266618b1fa0586e6a6 0.00 MB 6 0
94,674 94,674 0000000000026b08bb6f1c61ef9760147982af9d44e118521db357c6494e0afe 0.00 MB 3 0
94,673 94,673 000000000003f0897ea26fb84f519aa1f56c6d0a156d625f9aae2a56e020e99b 0.00 MB 3 0
94,672 94,672 00000000000239f1f4ffe46872f5ead93ffce1539bfb8d4083aba8094a933300 0.00 MB 1 0
94,671 94,671 000000000000177d5f4474a49d9911b185f791c368613daf9a411d063dd2d991 0.00 MB 1 0
94,670 94,670 0000000000097460ec315ebaca477f785b85261e51426cb1530c86e5ef61b110 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.60 GB sent, 101.72 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.