Memory Pool Memory Pool Refreshing

609 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,005 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 609 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,004 (2,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,522 905,522 000000000000000000009aed949ab7bb4a93d58deba1e242cdbd1825d044498a 1.64 MB 3,571 6
905,521 905,521 00000000000000000001dc6c51b2a33975dd97f69abf9a2d2479c3824216a5d2 1.61 MB 3,536 7
905,520 905,520 000000000000000000021bfa0af7ddd4fa9532d6f70473ffe00776ec255455fb 1.62 MB 4,235 6
905,519 905,519 000000000000000000005fe34faf7856956a2b523ce41684ee593d1d5a0f2ce2 1.71 MB 4,565 5
905,518 905,518 00000000000000000000af0a25bfc3b523f08fe123bb1310071153289310b37b 1.76 MB 3,849 3
905,517 905,517 00000000000000000001f9c960a9024ee764dea0f1f120f61a976e1f9447e001 1.58 MB 3,632 4
905,516 905,516 000000000000000000012d681332107bdeaf697dc9ecfd57ee19267b44ca7890 1.52 MB 3,175 7
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
Previous 10 blocks ↓
Total Size: 769.55 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,648.95 GB sent, 95.70 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.