Memory Pool Memory Pool Refreshing

1,423 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,549 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,408 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (903,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
4,945 4,945 000000009f2a2293a7b6bb25d61bebe0973d58126588228daa530a0a3f99aea9 0.00 MB 1 0
4,944 4,944 00000000cab62442761a1de73baa2851da45fdac2e5f87c0dfebfe632631e22e 0.00 MB 1 0
4,943 4,943 000000001f5d25207cb9c9639cfba77bed49655f354b214af03fa7673ced36e4 0.00 MB 1 0
4,942 4,942 000000003078ecef5c32e4d4327001d58da1e263eaf63cbaf9dd6a7687cafbb7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.62 GB sent, 100.53 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.