Memory Pool Memory Pool Refreshing

239 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,899 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 227 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,898 (801,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,796 106,796 0000000000014dc91a7d77da22b12e5c5322952c238f3fe28ee93050f8099ce5 0.00 MB 5 0
106,795 106,795 000000000002094bc6a6098cf061991a866872898a7a948fdcbe5d7cbc88c25c 0.00 MB 5 0
106,794 106,794 000000000001154247d367e7c224275c8891dcc68b71b70c509e5d2e17d6501d 0.00 MB 5 0
106,793 106,793 000000000000087036ceea626d1476da34bdeff4a14b1122f2c0c5190a53fb4f 0.00 MB 15 0
106,792 106,792 00000000000291dc56042b93e73026262fe4c1dca1e8d67ae4dc2713db8dbd05 0.00 MB 1 0
106,791 106,791 000000000002a141e956e6f65e2a3cd8b59badf4fc2730ff82ac3f79527a1ce9 0.00 MB 1 0
106,790 106,790 00000000000151c86201ac6a9e42d753324fdd2237ebdb9d23fdde405ad9feec 0.00 MB 4 999
106,789 106,789 000000000002da9983212c0be0b07178784d384682d4c382ed975d9c9a44691e 0.00 MB 1 0
106,788 106,788 000000000000c59ee9c6937ac2edda42ceda1c8572a271b72f15d8015a219298 0.00 MB 3 0
106,787 106,787 000000000001b7afe38d7f32b3e3b9df0f35c044009c39d10a7ecae9d99b07f1 0.00 MB 2 0
106,786 106,786 00000000000198d8f8a72078e572694ee6e34357538a4dea63161c39d0a41b79 0.00 MB 8 412
106,785 106,785 00000000000156d5a58a3144be0a31da72f5e2e191a8d8cfba2b4adb42474d2f 0.00 MB 1 0
106,784 106,784 0000000000008d9d320ed878c029e7a7994127ff6c0fc8341ae6ae3840090c4b 0.00 MB 3 0
106,783 106,783 0000000000018f8becccb5e20a779f468790ce05d474a035f07409044570d11b 0.01 MB 25 1,484
106,782 106,782 000000000002ceb15434fea5b8653a1d5053a951c6df2fff34bfed7a9c75f6d1 0.00 MB 6 0
106,781 106,781 0000000000023ce0ba8857b660bf76eefff7457119354bcd442eab6ff7aa3e16 0.00 MB 6 645
106,780 106,780 00000000000124cdaf9781977c6372f7d301eaba3c8278d1c356703c74618b32 0.00 MB 5 0
106,779 106,779 0000000000019c394f47fcc34f57f13fdec5f6f14cc8b3400fb4836d38ff0fdc 0.00 MB 7 0
106,778 106,778 00000000000189157e3fac68e5ca4bb70520f777a49ce06c9cb9e024398d5879 0.00 MB 3 0
106,777 106,777 000000000002d5cabc8f07a89a774e48b7febfd8d014895047257f27393ee97e 0.00 MB 2 0
106,776 106,776 0000000000028982c34408c1555f3be85e479e3c77947ca411af7d22cd6c9d11 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.35 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,643.56 GB sent, 94.71 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.