Memory Pool Memory Pool Refreshing

17,470 transactions
5.62 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,824 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (800,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,918 106,918 0000000000004df39d9a937087eb13d87eda68600189b525136678cc3e608a6b 0.00 MB 2 0
106,917 106,917 000000000001d3fd91cd12ee17c546322ac4ace6a8148b664a3ac7f0ae298d74 0.00 MB 10 0
106,916 106,916 0000000000023f24693382ed56c7055a31ddab0f1cd0bf0db3c9917191e91177 0.00 MB 4 0
106,915 106,915 00000000000265dc0452731ff07ec682f32b164b19bbe6510fa266a3203e5911 0.00 MB 3 0
106,914 106,914 00000000000037595b5aafa37c3c0c46cf5778a6a58d95fc2305701d9562933e 0.00 MB 6 0
106,913 106,913 000000000001ab256964e280e02e7c17fc4a2666545e9e37819c4d4dc13d521f 0.00 MB 5 0
106,912 106,912 00000000000015518615bac131ef71479ab3cafdbae93c732c20ebcb73bbe896 0.01 MB 27 0
106,911 106,911 000000000002573509780cc889dfe97ca8839addbcc5cc1e233118bca1218be7 0.00 MB 5 0
106,910 106,910 0000000000011b19d64414a0a3dc4c2655ba41086af1a19eb7f0b29a7171f32f 0.00 MB 1 0
106,909 106,909 0000000000003ee0693b0a175d50bea2cec6a89a38b696ad7065aea616053e54 0.00 MB 2 0
106,908 106,908 0000000000002ff5fe80c77db9c1f71ce9bd65ca18d0d8b2035f23f7e59d4493 0.00 MB 5 719
106,907 106,907 00000000000162c07291714008dbdec61491a13fb8129bad565ed048c9335c24 0.00 MB 3 0
106,906 106,906 00000000000238da474ed8ce251fc6908391cb9c69c228ee1165b417d0240d06 0.00 MB 2 0
106,905 106,905 000000000002848d2f113539401d0ccd15812fb5efb499818efa1b0832f21cd4 0.00 MB 2 0
106,904 106,904 0000000000001a4b3d124acd01389b9e9f362e28f8cc008a7fa95a978c8de94e 0.00 MB 5 643
106,903 106,903 000000000001b610cf0822f3fdf2c69a98742d5a09508d65507b8b2d7040252b 0.00 MB 4 0
106,902 106,902 000000000000915901938c34f3c3834ef53d272162f0d7f25a7b6f2b6fd5029b 0.00 MB 5 0
106,901 106,901 00000000000033a13a421ac3aff5fcbb1646b780a27d8cc865c87646f19f3362 0.00 MB 19 0
106,900 106,900 000000000000bf66e5c7943dad9b31db5637b552cb37086ee2daea96c2751564 0.00 MB 2 0
106,899 106,899 0000000000025232e0aea7d4a03f5c7ed927eff3ed2da48b200b25649fe75119 0.00 MB 5 0
106,898 106,898 0000000000008dc610a0b8a48dcccf3e1236ef3d08cfcebc5a52c15e85a6cbb5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.02 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,624.19 GB sent, 92.99 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.