Memory Pool Memory Pool Refreshing

1,250 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,609 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 1,249 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,608 (844,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,695 63,695 000000000be3835ea9a377a8797c5049afe2706cef084baa2be5ff5c96561135 0.00 MB 2 0
63,694 63,694 000000000912d34de442f2dffb4e4bc5d8572032c7c79c4391c2ab3bbd264792 0.00 MB 2 0
63,693 63,693 0000000005d8840687d26f0200b7cef8b48f60ec7edb1b2d1879085d7c3688eb 0.00 MB 1 0
63,692 63,692 00000000046645fd852f9755e833e484ca27fa7f3d44f4f455834198693e72f8 0.00 MB 1 0
63,691 63,691 0000000002ebf95aeb8000168ac2bfb2d265e89dc14ec292a3b3d89bbb976255 0.00 MB 2 0
63,690 63,690 00000000054c97d73d1b6b04c2d83c810cb2ac1a2cba59babe180f04a24d75ac 0.00 MB 1 0
63,689 63,689 000000000282f44cd353cab3daabf9fd6003a484b3ffe25d49ac1fb2a677cd76 0.00 MB 1 0
63,688 63,688 000000000b1fcf3095c42b641c9cc00f8f149ccb150dc0251d234d18a8176f0f 0.00 MB 2 0
63,687 63,687 0000000001d40b62dc804f0f609c83224d230e4e2caeb8dd7e2e4b65b9397ada 0.00 MB 1 0
63,686 63,686 000000000c17fd0e282508f696f5d203429163a3d1170dba41c71e21a7d69125 0.00 MB 1 0
63,685 63,685 0000000009ae6ed1fc7cc2b5cd96caf6025ed301831de5ddeb89f9c6db80f6f8 0.00 MB 1 0
63,684 63,684 000000000369a722106edfc7b19839cd33659571a475442b6b2ecf448049a2da 0.00 MB 1 0
63,683 63,683 0000000005a676c699fe2999ae3a39779bb811bedd98f62db003d7d6732844f3 0.00 MB 1 0
63,682 63,682 0000000008e4d3fc9bfafeeafc7e89293349253cbd8789240a666191b15322ea 0.00 MB 1 0
63,681 63,681 0000000009814c37c17b6e315d4d30fc8c896921b97a48965b9014fbc298eb39 0.00 MB 1 0
63,680 63,680 000000000725bf8eac4a4d465a43ef9465cb83431f6ed46c07012c08873db22c 0.00 MB 1 0
63,679 63,679 00000000086e72c7f8ffea5b2586982fadd06fe15539d97387c6b7c51d9ac043 0.00 MB 4 0
63,678 63,678 00000000069f11ad6002062f26b10df40a59316ff49badd29d7f3ad29cd7dbd3 0.00 MB 1 0
63,677 63,677 000000000844ce0f974100dea2bea458e1b0eec3ef4c1e63658a14ee83553fe0 0.00 MB 1 0
63,676 63,676 000000000189196defe59dc93458a628c09d5d5d47f88b0887ca0578560f4b42 0.00 MB 1 0
63,675 63,675 000000000cf0aa02e5686e1e19a0e69df3b52989b5462bed080103916bd73886 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.73 GB sent, 101.09 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.