Memory Pool Memory Pool Refreshing

3,526 transactions
1.40 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,764 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (2,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,515 905,515 00000000000000000001f47dbb0b13dddb1c993ebd50511bb021d75fed69d4d1 1.57 MB 3,780 9
905,514 905,514 00000000000000000000ff42003d181661798945ce0f2a65d592aca7fca2da05 1.59 MB 3,005 4
905,513 905,513 0000000000000000000168842cc1d416b3f1fb1e09f376dd41205f5641f767a5 1.75 MB 2,209 1
905,512 905,512 00000000000000000000eb938e7a651df19abb31a7fc60dae21648425bf64869 1.43 MB 1,700 2
905,511 905,511 000000000000000000019281b5802dc92863aa6ff170ecb47138f841fe438c41 1.77 MB 5,058 2
905,510 905,510 0000000000000000000141760b858c43d95123edde9c9d76a7b1e78eff035c38 1.76 MB 4,497 3
905,509 905,509 00000000000000000000c554d9517e4cafb3a9ac4a6416dca80399b5b57d5506 1.60 MB 4,349 5
905,508 905,508 00000000000000000001168825486d352f1f682064916acdf90cfea01f0c8bf7 1.67 MB 4,502 4
905,507 905,507 0000000000000000000224846cb1fc8f7c55a1bf937b1cdf66580822da75829a 1.72 MB 4,699 3
905,506 905,506 00000000000000000001d712d0b6c8a9f2722cc6ab4718d8a5b9a55001fa4632 1.69 MB 4,268 3
905,505 905,505 000000000000000000013b68a410b7ea4a2ad9a4f0c0922e308e1c8345455f9e 1.65 MB 3,791 5
905,504 905,504 000000000000000000022d4d4ba5fd2902418c18fbacd4d82e35cd72a493ead1 1.76 MB 4,876 3
905,503 905,503 00000000000000000000740aed80234c267583cc8f7a5539719619f2113f235f 1.78 MB 3,870 4
905,502 905,502 000000000000000000008e0360b2c7d83cb4db04080567ba6a4b740d3f8f4add 1.62 MB 3,074 5
905,501 905,501 00000000000000000000db4730b8f880ef238cde7b9b89b5be788708341521e2 0.73 MB 1,087 1
905,500 905,500 00000000000000000000a5f409e8f2fd89652d1ae6126d5a8cbbf17f84d57e76 1.85 MB 2,344 3
905,499 905,499 000000000000000000014bd19216ae276136ea830f5b05dabf773ea33957485b 0.12 MB 325 3
905,498 905,498 000000000000000000015dc9b84c0c2cf5284c84bb146c98fb4218591dc3f7b3 0.74 MB 1,497 3
905,497 905,497 000000000000000000012937784549a2e7e67632637e4470f1d0e9bf00f5058d 0.86 MB 1,717 1
905,496 905,496 00000000000000000001268be1574eebe76c41100d2497ca29dabddff248d1cc 1.77 MB 3,589 3
905,495 905,495 0000000000000000000005a9552c6e9f8c3fd6317eae6bacb1a68ef73fdeb6c0 1.64 MB 2,990 1
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.