Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,830 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,900 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (402,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
505,765 505,765 0000000000000000007604c17999dbadf2472159f21c696b1294b743bf1e7b76 1.03 MB 1,587 323
505,764 505,764 00000000000000000078530f72f3745530cc459dfea819e365cca8d7b578f1b5 1.05 MB 1,934 191
505,763 505,763 000000000000000000224d4c05201204ec2d0b84cc42db0e13430d2636bd6b59 1.12 MB 2,788 236
505,762 505,762 00000000000000000061a3abb4a77e385d47c51a69e5147d0527209acac60255 1.07 MB 2,656 230
505,761 505,761 0000000000000000001efc8fbc77826cb4f0ce9164ba160ff230879226108eac 1.11 MB 2,180 150
505,760 505,760 000000000000000000469be3d5c204ccda760342167ade55a8185b275f768f7a 1.05 MB 2,913 304
505,759 505,759 000000000000000000151c3e11dfad07c86135a1e46536732853cf7a093e0e2b 1.08 MB 1,590 166
505,758 505,758 00000000000000000026f7d90ce92a51cd004723aada37c4519b34b4fcea5891 1.05 MB 2,743 239
505,757 505,757 0000000000000000002593936c9e442a6d9728895234634eb1c75fa86d934ffd 1.07 MB 2,540 334
505,756 505,756 00000000000000000022c44c39583029aa6f2fc040aba58088a6a76ad65c7172 1.09 MB 2,154 156
505,755 505,755 0000000000000000003bf8607f48a75795b43340d8fd190c0b65a50a2d60e7c4 1.11 MB 2,863 240
505,754 505,754 0000000000000000000d1c2b098d0eccf884487aecc86e120b698f058809ab00 1.01 MB 1,076 228
505,753 505,753 0000000000000000006fdc4c9b8f61f5bc210d62dd4329f74d3dbff9ae766c2b 1.01 MB 1,260 229
505,752 505,752 00000000000000000005ff5477808868faa49f6d9280bb86c428c6852f197e4c 1.04 MB 2,615 336
505,751 505,751 0000000000000000000d6eed8b074d341f4216871d41afefdab2917f3c02d1ab 1.01 MB 971 104
505,750 505,750 0000000000000000004d6ec16dafe9d8370958664c1dc422f452892264c59526 1.06 MB 1,785 210
505,749 505,749 00000000000000000079b22d9f62effeddc5a938ec338f14990ab15b829d1b3c 1.03 MB 1,105 173
505,748 505,748 0000000000000000005853ce5aa2b4f3c8b3332d4456978b61338ec1c1703a2f 1.04 MB 1,771 226
505,747 505,747 000000000000000000125e9285bce772c300d0ed9de33a43cb83b39f8098e953 1.01 MB 828 125
505,746 505,746 00000000000000000076c815f5eba0eb74ca8b6e8e6105b99b8d4afdf29acc8d 1.10 MB 2,542 218
505,745 505,745 0000000000000000005a520d7afdb72baaad8d661927d6d73b83e5b0db34ab15 1.03 MB 2,321 300
Previous 10 blocks ↓
Total Size: 769.22 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,634.64 GB sent, 94.04 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.