Memory Pool Memory Pool Refreshing

6,326 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,697 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (860,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,735 47,735 000000002955e39f8e96351ebda9aee548510c79ef737b1ec5222d4eeab8b77f 0.00 MB 1 0
47,734 47,734 0000000006b9a476277a813cc081a0bece6b9140538a0a17ab84870dd7419e39 0.00 MB 1 0
47,733 47,733 000000001cbfc9aa27b6fa763190f4e3c4e730e7df921e776df49b3e82a8ecc6 0.00 MB 1 0
47,732 47,732 0000000015bdb6b7bdb0c03369db5aa50a2ffe3518952045d9de83333d1fb9dc 0.00 MB 1 0
47,731 47,731 0000000006ad46e2e307da9a7445147e69eaa0416b4e004a2cb908a7eef5ab60 0.00 MB 1 0
47,730 47,730 000000002678a0068ad416647962ae53a96c8418905b5230b6f5be2b51e25a9b 0.00 MB 1 0
47,729 47,729 000000002fd777c92631d48718bcf104ffb5bc51e4b0c80c67b9a6d40d1d9ff5 0.00 MB 1 0
47,728 47,728 0000000037f6c7737d4c218ee14110e8f8ceb5f30e9bae316ac790f93e68a6b3 0.00 MB 1 0
47,727 47,727 00000000093ab8c11074e80ab21908589624e7ad8e4af4f35780192ded6e15f7 0.00 MB 1 0
47,726 47,726 000000002609a73a6678b8c70c51c6d520b63b35ce69a238ef29022bca3953e8 0.00 MB 1 0
47,725 47,725 000000001608a600a5ba5c7d5018f080b94037790b6a63e604eb5abd5a6d80b6 0.00 MB 1 0
47,724 47,724 000000001b420872f2d303d8d584e1892154461df6069f04b4fb6ef11c9a7ffc 0.00 MB 1 0
47,723 47,723 0000000020a2bcd406ad4bfc495c18d996a0abd49c8b362c6daea899ebb7e714 0.00 MB 1 0
47,722 47,722 000000000b5d41d56e79e6604dc10e7edce0d92ae1573fa48824d6c3ca1aa670 0.00 MB 1 0
47,721 47,721 0000000022b978083afe9d178f5e64211f6a514842afe41d1766a0994c8f16a4 0.00 MB 1 0
47,720 47,720 0000000007713d3f90142aef29b1030c33d340415e0eaa848404a2ad3bbf6b57 0.00 MB 1 0
47,719 47,719 00000000138588d50e85306a1bd84b8f5eedef3de62297a92bb1d6e674d45900 0.00 MB 1 0
47,718 47,718 000000003123eb8ca30b5ced6db0519b6ded716d1bbad866954831bbd0a3485e 0.00 MB 1 0
47,717 47,717 00000000128227431f556ec0cbb012e108ec909e974baca9adf20e6bf9240fa2 0.00 MB 1 0
47,716 47,716 0000000006a87c4868b969f6e16414c6ceb79ffdb5d2731b32b54e53bddbbf8b 0.00 MB 1 0
47,715 47,715 0000000022fedab4c29d8ba1316e7e12efc99468c09d7f8f76f4cf29f76633f1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.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,854.29 GB sent, 101.94 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.