Memory Pool Memory Pool Refreshing

3,467 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,873 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,693 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (27,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,689 880,689 0000000000000000000001a9e30d72d2dfdcaf38e986be64a2ef2ef62ab0e7c4 1.65 MB 4,176 19
880,688 880,688 00000000000000000001c8ae950fe35301fb0a29459885d3396b55b335453799 1.83 MB 4,508 2
880,687 880,687 00000000000000000000c3b5f2db7099dd4da4ad7559caddc2a295f490d7e4c3 2.00 MB 3,890 4
880,686 880,686 000000000000000000003a1846e6ade0ecf394e9b72ea256c0076e7aa59569f0 1.84 MB 5,194 4
880,685 880,685 000000000000000000024770959321556d020be14e352215074db435c50bfab9 1.75 MB 4,319 5
880,684 880,684 000000000000000000020856e9b8e542595f1b07b4311dabc88d48975698abe7 1.47 MB 2,644 4
880,683 880,683 00000000000000000001f747932a887baaef5ce04c55a5752f0934ff4213dbf0 1.62 MB 2,495 4
880,682 880,682 00000000000000000000e85a8ed9edf78e9a8b06e1e59435107c667455a72b02 1.76 MB 2,060 2
880,681 880,681 000000000000000000000b973d07bd813ba011c0624b22f7058b8693ba880f69 1.94 MB 910 1
880,680 880,680 0000000000000000000157f9e7bf66394ecf49a1b62af830d476872815d5854d 1.59 MB 2,935 3
880,679 880,679 00000000000000000000b0702e9b319b6e7ae4d3bac8a9c708982650679c0f9d 1.70 MB 1,915 2
880,678 880,678 000000000000000000015608129a2bed2e6a24a7de2da98530d4766f4b915063 2.16 MB 267 1
880,677 880,677 0000000000000000000211896c733846099dce2fcf22dd1b59915253998df7e1 1.91 MB 1,496 2
880,676 880,676 00000000000000000001399d80398ba77406407a8635a577a2d37fdf7643d0a5 1.51 MB 2,761 2
880,675 880,675 00000000000000000001276f4427a2d7541617af73995facc02fa6632b95e09a 1.55 MB 2,535 3
880,674 880,674 000000000000000000017decc4140bef463e7761caae2b5d660e837c2246407e 1.59 MB 3,861 6
880,673 880,673 0000000000000000000132c1577b50416f47549eac5eaeea14d2bd43a81f601a 1.60 MB 3,474 6
880,672 880,672 00000000000000000000cc91329d75cb3fe4bbd66aa1627c321139d8573b1828 1.54 MB 3,218 4
880,671 880,671 0000000000000000000260139db37bc1ba70415d57a51242907ce958b2bccea7 1.83 MB 2,352 2
880,670 880,670 00000000000000000001b01532812909262bdf8f6b2f26200d858001b52efa53 1.64 MB 4,206 2
880,669 880,669 000000000000000000015a903e893d10df10a760af0e43aceac44f838b1ae02e 1.58 MB 2,848 4
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.