Memory Pool Memory Pool Refreshing

1,858 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,634 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,844 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (874,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,719 33,719 00000000444618f9098f29a87b1da8f4e055187e182f847c28189ee579babf46 0.00 MB 1 0
33,718 33,718 00000000b09e7d719b4c9536abee6fba17902044db38a24eb6c22c7b9536e112 0.00 MB 1 0
33,717 33,717 000000001fda58f4bc5760303a5943e4701108faec3f53f88a8bf5e22f3ff597 0.00 MB 1 0
33,716 33,716 00000000121d7548f930ecf4d2123509d6828731fd433d6feef2d65b340ae0ee 0.00 MB 1 0
33,715 33,715 0000000048dff96bae92db3da0bd5124c02595ee8a909334308f8b0f5546bc3a 0.00 MB 1 0
33,714 33,714 00000000501827fc7096325db9c53852bdaf385ec5b105cda395a06ab88f0ff2 0.00 MB 1 0
33,713 33,713 0000000007165c28da3361df0be7f27bab97e0854d4a60fc6432c4507fe74835 0.00 MB 1 0
33,712 33,712 00000000086a075ccd77d9fc338b5cf8e2cf778013082ca860e0d76cdc0f52bc 0.00 MB 1 0
33,711 33,711 00000000204c9c564ab97585c60a53f0b7e49029e6f99fb8881dafbb74598d88 0.00 MB 1 0
33,710 33,710 000000006648defd859cfb657b7e9ec1b4a408636b86b12781351e8b9e8e7ede 0.00 MB 1 0
33,709 33,709 000000001389f7350e3abf42aac304152dba34d2ae0655c84fc813c1daae028e 0.00 MB 1 0
33,708 33,708 0000000009d1e67604557789087cce534987db6e6a9686a9024b251ac2631a2e 0.00 MB 1 0
33,707 33,707 000000002867b93b6e93da02fe31a88f951a743ba85265779798c126eb2d2680 0.00 MB 1 0
33,706 33,706 000000007382f823544c504866f212db16bdbde2860db35679e6414304dd90af 0.00 MB 1 0
33,705 33,705 00000000627901216fc215c48c714632f1153ef528505aa18d550923e068f1bc 0.00 MB 1 0
33,704 33,704 00000000071e54fd70ada6930db77b64bdf9d836c05276999b1ac8a5ab848d99 0.00 MB 1 0
33,703 33,703 000000008be77644c8b2fce5eed3ffb47879e614dbde1045914e588e9e8fa058 0.00 MB 1 0
33,702 33,702 000000008b63eef0ce55633dd7fa7fe0b8016229a7ae460e351224b716b20e2d 0.00 MB 1 0
33,701 33,701 000000009bb5d25cca52dfb88a3ccb114ef5fa6dc584a5b680f5ab8ea33d2cd7 0.00 MB 1 0
33,700 33,700 000000002eb8a8b7636d666a6e51f8d1159a44e406a6765cf013bfd3291ab61e 0.00 MB 1 0
33,699 33,699 0000000046986d54f949fc7eff32b541efadd39c17d16316ca0ac31900b77e54 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.80 GB sent, 101.29 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.