Memory Pool Memory Pool Refreshing

182 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,567 00000000000000000002349e0000000000000000000000000000000000000000 0.04 vMB 173 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,566 (903,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,966 4,966 000000004f6a440a95a5d2d6c89f3e6b46587cd43f76efbaa96ef5d37ea90961 0.00 MB 1 0
4,965 4,965 000000004a90da4d949e089ca717ac1b095cd183fbfc42a71d0e17a7cc11ba2c 0.00 MB 1 0
4,964 4,964 000000001867c90f9f9ec67b6001384a3630c7d7c7c3fccd4757cc4fcc4a686b 0.00 MB 1 0
4,963 4,963 00000000d54ca7d7a8e3d623a54564bc2450698a432372fea36796d239c8ac70 0.00 MB 1 0
4,962 4,962 0000000005cf9b991e8867f48cf1a9359c40e22905152b97d8fde0b54201bd61 0.00 MB 1 0
4,961 4,961 00000000738bb7859271ab35595670a9142f4131fa350d4b2b7e4cf2323695c8 0.00 MB 1 0
4,960 4,960 000000002abf185e9996fa694219d10bda3a8ee444602b4315cec22695cf7246 0.00 MB 1 0
4,959 4,959 000000004333ad8fd7d17357eb7e7f52788573aa4da7f84a88f18a3f3138477a 0.00 MB 1 0
4,958 4,958 00000000abd8c59bd611214cc5cca8a5c679267e43b09aa664eae1caa611a82f 0.00 MB 1 0
4,957 4,957 00000000c302d38b8f6e0144bd9fa64dda7a905ce476f6f49647118f0ab436e6 0.00 MB 1 0
4,956 4,956 000000007ea90a419346464a23a7f2fe4b2f48f9415192465563c6ca9343e45a 0.00 MB 1 0
4,955 4,955 0000000058a26c8722e6444f40e5441952b52d09c03efe759622b941e8d21e92 0.00 MB 1 0
4,954 4,954 00000000b99441bfc61169458d0ba6a34e68285a03e16bd9ba8489f7dc7b06e7 0.00 MB 1 0
4,953 4,953 000000007332c79e650f38f073bff41f25d01c9bde50f750ee284dd88fff06c3 0.00 MB 1 0
4,952 4,952 000000006cc7a1898ed2c096de396926374039eea94bdc332bf4761fa22c09f8 0.00 MB 1 0
4,951 4,951 000000001d5226224debad7de500a1d410272b36b221788ca3c0fa9a91af87c3 0.00 MB 1 0
4,950 4,950 00000000f9c6ee4a1e9c89233de667937a6ff177b9bad74362df07e5c527039f 0.00 MB 1 0
4,949 4,949 00000000a5bebaf3f15f2609884db5866d0a1de181c71b3e4c0f7aa0421cb6a8 0.00 MB 1 0
4,948 4,948 0000000073da1d6157fff6fe35c9afe2802cf564e908c63e0f092371e3687635 0.00 MB 1 0
4,947 4,947 00000000c9c89a55b2a873eca0e3cdd1bda9e3b546620aba787ead8ba7605bdc 0.00 MB 1 0
4,946 4,946 0000000043acdce0a5ab1b6e35881aa02a18c519fb814fe6f3ea033ce68c3a92 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.75 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,847.78 GB sent, 100.70 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.