Memory Pool Memory Pool Refreshing

11,068 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,050 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (63,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
844,692 844,692 000000000000000000026b08a08110e60ce3ac0764cfaa70b7fcf47f861c3d7c 1.55 MB 6,383 17
844,691 844,691 000000000000000000028e80c32f91bf1d2559b33c44c52ea5d9d35aef0668dc 1.54 MB 5,507 18
844,690 844,690 0000000000000000000094fe05174d73842c462cde9c0c4bdfa6223b123dfae3 1.46 MB 4,856 18
844,689 844,689 00000000000000000000c0638f9db0b87a711397a5b6ddf37441d83aed9cdfd3 0.00 MB 1 0
844,688 844,688 00000000000000000000562f4c5deb15bb334349d9c7ac3b1f7f67728412af93 1.50 MB 7,162 13
844,687 844,687 000000000000000000003a8632ab70145917b83e0ad260e3ba085ba42176f694 1.50 MB 6,425 14
844,686 844,686 000000000000000000017abde520bbed3cb806851b4c0854dda904d6f28a4894 1.57 MB 5,808 15
844,685 844,685 00000000000000000002d092832367134006bee4c26cf04d41f488345e669ba2 1.54 MB 6,316 13
844,684 844,684 0000000000000000000221db8603fd6538b2ae29dfbecb19767ecae3e25d675b 1.50 MB 5,276 15
844,683 844,683 00000000000000000001e1b9c3842aee0b10be39242c1e20d5a09394af6a6707 1.55 MB 6,794 11
844,682 844,682 0000000000000000000043adf24c7f2b3c6a38a179c665cda9f02006703dc67a 1.60 MB 3,605 17
844,681 844,681 00000000000000000001a8e5fde1d1428c42213fcfe2239f8995206475a481db 1.63 MB 6,378 12
844,680 844,680 00000000000000000003325f0e14fd4a86d1a5ad2dba246cdd17c017595208de 1.57 MB 4,638 14
844,679 844,679 0000000000000000000113c8e86e324f68d6b2ae69421480cfec0334495c5d56 1.38 MB 3,600 14
844,678 844,678 000000000000000000016e7eee8f15af56e5e1fefb14bfe26f662c5ad1507f0f 1.53 MB 6,147 10
844,677 844,677 00000000000000000000bea968fd40a414f9450113e898f3b0b8cccdbf1f3ab3 1.56 MB 5,728 12
844,676 844,676 000000000000000000013c4f3ee0dea58a9e4361ba552e17aad4d4886dbcd5b0 1.73 MB 4,584 13
844,675 844,675 00000000000000000000bc5f6fb8233a6428c0da6202e878d32eaa83eee9b0ef 1.80 MB 3,196 14
844,674 844,674 0000000000000000000306036cac314d149727772e067cff54815ec5539b528b 1.54 MB 3,428 16
844,673 844,673 00000000000000000003102c0c41e9eea1cfbf843787ce9af0fe97c8e18aa016 1.47 MB 4,876 13
844,672 844,672 0000000000000000000048cfd257e59201e910d325891a2b1450d019a4704d4e 1.54 MB 7,172 10
Previous 10 blocks ↓
Total Size: 769.24 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,635.02 GB sent, 94.12 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.