Memory Pool Memory Pool Refreshing

3,220 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,859 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (107,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
800,003 800,003 00000000000000000003b48253b73df6952e5d95ae55fa8430ec34327340ddf9 2.08 MB 6,519 5
800,002 800,002 00000000000000000005121e2537f3d29c73aeecef4cde8c66e37491f8ae0ae8 1.68 MB 4,105 12
800,001 800,001 00000000000000000000e26b239cf19ec7ace5edd9694d51a3f6933247720947 1.98 MB 5,809 7
800,000 800,000 00000000000000000002a7c4c1e48d76c5a37902165a270156b7a8d72728a054 1.63 MB 3,721 13
799,999 799,999 000000000000000000012117ad9f72c1c0e42227c2d042dca23e6b96bd9fbb55 1.76 MB 3,488 13
799,998 799,998 00000000000000000002c4e94f6397f0114047d119db95d20012212873b2b5b4 1.66 MB 3,106 20
799,997 799,997 00000000000000000002f127ef7d94cb488948d7d4a08caf44d061cd983c1dfe 1.63 MB 3,128 18
799,996 799,996 000000000000000000034cbbc794110322d3aafa7cf1598b303ab58ea3defae8 1.88 MB 5,363 9
799,995 799,995 00000000000000000000654d85e92d3f942df1a3946b78c1492dcfc3728e3fa9 2.04 MB 6,388 7
799,994 799,994 000000000000000000028a090cb106e78a67b0d4cdfaa11cdb6c5879de865c1f 1.51 MB 3,043 11
799,993 799,993 000000000000000000020eb59774f37c96ca7b06d4c72fc29cc24e01af4c03a3 1.97 MB 5,807 8
799,992 799,992 00000000000000000004074aa549f7044fbb518a134a09a4113efc77aab5d3ef 2.03 MB 6,347 7
799,991 799,991 000000000000000000033c3c59e06b5bf77106116c044d073a4e2c82d02fa87b 1.85 MB 4,699 13
799,990 799,990 00000000000000000001d992e69fb025e830e39e92b4ecbeef046c3fd08dccdc 1.91 MB 5,106 6
799,989 799,989 00000000000000000004459b1e6d1381c25d0a180fd96317e585abef37747b93 1.52 MB 2,975 11
799,988 799,988 0000000000000000000123f0988659503b2cf2c50c8eab64300e764c0a6d5496 1.49 MB 3,195 31
799,987 799,987 0000000000000000000143717ec8c026d3b6b34c7171d5fc160514d287eef755 1.69 MB 3,521 7
799,986 799,986 00000000000000000000a00d31f4e13fa77c2c3ecef007a48c8e66762ffd83dd 1.59 MB 3,285 25
799,985 799,985 000000000000000000032535698c5b0c48283b792cf86c1c6e36ff84464de785 1.68 MB 3,364 11
799,984 799,984 000000000000000000011f1b2c9c4165b8b002aa039d967d4f056d8859e33863 1.74 MB 2,283 17
799,983 799,983 0000000000000000000340f4a5b8bc129226cbd6f5767ae794953d0dd34364af 1.39 MB 2,653 33
Previous 10 blocks ↓
Total Size: 769.05 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,627.45 GB sent, 93.12 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.