Memory Pool Memory Pool Refreshing

4,976 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,867 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (619,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,871 287,871 0000000000000000f079a8fa6a50b8486ca2179258a9f1adb0dd3d9dafadc1ce 0.25 MB 830 46
287,870 287,870 000000000000000158144bd96bac67cff574584e5a551e8c3f5e62cfeac7b4e2 0.06 MB 185 141
287,869 287,869 00000000000000009598fcc5838c70f3b7dfc5f7ceff7ecd676349f351c152f5 0.06 MB 139 104
287,868 287,868 00000000000000007c2e7bc1ae02ad470d18cd3d491729dbd2524b908f933783 0.24 MB 491 42
287,867 287,867 0000000000000000e7e541cebc02ebf55166e78dda29c6c3b84e09c58695e725 0.36 MB 706 43
287,866 287,866 00000000000000014a3fd8a91490a2fc64eaa19f332463e68af5da91b0b0a95c 0.35 MB 494 22
287,865 287,865 000000000000000130c66df90c93998593264810b540ec9fbe701ff029721f1b 0.00 MB 1 0
287,864 287,864 0000000000000000d27103912694bcc4cc9473881d681aa4fd2bd6bacc7b7692 0.35 MB 374 48
287,863 287,863 00000000000000012ecb30c0bd287e8121624a4ac979d1a8c379e7183cea43bd 0.11 MB 178 24
287,862 287,862 00000000000000002c9f62fc858170c99a8c72c8bb852a9f08bf8561c76427c9 0.14 MB 220 29
287,861 287,861 00000000000000004c1b0d3be007bae474a76d4d8c8daae37224362e6c8a7505 0.30 MB 332 22
287,860 287,860 0000000000000000229f3e137dc07056880cb50fb45a3afca2dc2569dfb78205 0.35 MB 777 41
287,859 287,859 00000000000000004496a13bc3f8693b85cf9c8b9f5022431e4c2f6df69664a6 0.67 MB 1,268 33
287,858 287,858 0000000000000000cf0be1f8ae52404d89334d2be9c3cd8275523b88f1d06048 0.13 MB 203 30
287,857 287,857 000000000000000140df25f2c7efe6e77fc7d28d46370cdeafd859cc15f05d86 0.34 MB 619 33
287,856 287,856 00000000000000002611fe0ec5ae73072f01da700564fcbd0105c16b77df8d50 0.18 MB 288 34
287,855 287,855 00000000000000014aa912a1cb9fc5a32f1df2ad4958a9686564284b50ed6faa 0.36 MB 456 27
287,854 287,854 0000000000000000b6350a820ff6065d3374e16074a2f2df6d10747c41d8f495 0.14 MB 238 34
287,853 287,853 000000000000000085572f067014592cb69cbd9f0a6d0f9fe9821b0e17bbc720 0.46 MB 647 27
287,852 287,852 00000000000000005b42a1db0b0c19577f8c785a5cf9fc41c5a5a78472f2f185 0.28 MB 129 14
287,851 287,851 0000000000000000d61d1f1029b896957532e940cb79098b47a72e1f6d29112e 0.35 MB 610 37
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.