Memory Pool Memory Pool Refreshing

6,244 transactions
3.26 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,007 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (719,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,800 188,800 000000000000065eb0c98bf7d10f5f1b4536a3f5b0ee50a295e6e0c42a8f4ff8 0.02 MB 57 144
188,799 188,799 00000000000002c22b4c321f61cd265019f7b9d2f368bafcd0a5a213390316c0 0.04 MB 112 198
188,798 188,798 00000000000000d1059bdc081da44c37f173c6b1299d55818b0ce0fdbafede01 0.03 MB 46 84
188,797 188,797 00000000000005f3ab371abcb910706b16c8fce7e94dc0600a68ebdb8864618c 0.00 MB 8 3
188,796 188,796 00000000000004d091fd9b9e74d6baf7d6aa1be892378c410d13dd8429cf2f94 0.15 MB 353 124
188,795 188,795 000000000000003631bb25251c7d43d1eb1da24ce1ac5daec821717a95e839c1 0.06 MB 171 38
188,794 188,794 000000000000061fd76bcb5c098eb2ec4356326c5821d7c1f2ecf1daf93c6066 0.16 MB 296 118
188,793 188,793 00000000000001f9af7ddbe5d6cffe6c351386e46e542a2731dbb1314b8d19fe 0.04 MB 66 76
188,792 188,792 0000000000000186edd13be1ab0b732ebcd5986aee6e6f16c6a4b31ead481233 0.03 MB 82 145
188,791 188,791 00000000000001c7acbd307eb4b7fd1f3f0c37f93f89c1aeeaf4f3ef8a34cb0b 0.04 MB 92 89
188,790 188,790 0000000000000779728a2873b9a927f0998bb846e1d1a6cb3b7298621bd7beb2 0.02 MB 51 188
188,789 188,789 0000000000000078c7fc29578a0d8e2e495a48c15079a4db42083e3b08a9b1fe 0.10 MB 256 135
188,788 188,788 0000000000000409d79274512e55bbb741f18856d9a28c1c92e21f58fa5c4797 0.03 MB 20 80
188,787 188,787 00000000000005715b6609887395f0cb829a4ae230eadc298aced321c360ce9d 0.02 MB 94 11
188,786 188,786 00000000000007fc5d1f3564ab38c322efd1a7bfc9c5fcbcaf9b79c9657c2fad 0.09 MB 216 122
188,785 188,785 0000000000000485a78ef1ed0115d14f7939a8bd2337921de539c0826dafaa11 0.12 MB 256 76
188,784 188,784 00000000000002d49828ee18a645fceda5b274bfab9e42e98600edbe2296ee4f 0.22 MB 458 122
188,783 188,783 00000000000008f2315afd2b40a6be0c085ce222ffc69d6cc3af79c54e7e323d 0.13 MB 256 58
188,782 188,782 000000000000023df1fe370bfb835cfea40da92a4cba5fc8b01b963850777dab 0.01 MB 16 93
188,781 188,781 000000000000060966b8a46bceb42ae55a2f75a4606d4556e158f10f5e51e617 0.11 MB 243 117
188,780 188,780 00000000000008bc5b9a582fb168a2a16feca1564cc9eeb82f968319bad92a77 0.04 MB 96 130
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.87 GB sent, 93.74 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.