Memory Pool Memory Pool Refreshing

4,305 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,787 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (730,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,703 177,703 00000000000001e61173d0eaed3386a131cede7db65771b95ff89ae97dac75a9 0.00 MB 14 25
177,702 177,702 000000000000008286a534575605529d83a600e9b3db663298d9ac50d4d64abc 0.02 MB 44 61
177,701 177,701 00000000000008fe07a8a731b09ed85d42175f16972fb72f9971e9a0c79d7a96 0.02 MB 40 100
177,700 177,700 00000000000007cb13f59fc5d41adcdb8fc5e63815149a1fb88ab5e2d06324f2 0.00 MB 6 154
177,699 177,699 000000000000057f850f2cb93b7f9194f3fb6f68b0eeb5b31046677f57aecab3 0.03 MB 112 52
177,698 177,698 0000000000000ac29945500a5eb3622c790427fef4fffff95587fbeaa736edc6 0.00 MB 18 83
177,697 177,697 00000000000002e0e996454c0e36bfef76fbde6fb79e5c3c44e306cdf60ff193 0.01 MB 24 228
177,696 177,696 00000000000005871a46d74a12433a5a8880d395d066e2c9eef8d66a5ad3ed51 0.00 MB 1 0
177,695 177,695 00000000000009c3cbee2254a9b0c4dfa9278329f0fab96e57c642655a181a36 0.04 MB 106 210
177,694 177,694 000000000000016689f2229491aabe50c31f1e212031d1f5b02f6775e8fe5480 0.02 MB 37 115
177,693 177,693 00000000000005d8dac20ffcade5615c4b46a4905ac0f44e413ef888636fb25b 0.01 MB 23 0
177,692 177,692 0000000000000a91f00e91321b8677ddc6d25fa7d8da6aec7ba48e78f3b27f13 0.01 MB 34 104
177,691 177,691 00000000000000ea54ae19f1a14539303a50c328d2daad16c7b027fd1396ad76 0.00 MB 7 53
177,690 177,690 00000000000003dec2ff674b2926ec804c3e1970758b6b9cedb2a60e85786371 0.00 MB 5 0
177,689 177,689 00000000000002d8e04aca151cda9da909fd9db9e8064e32073bc09c4dd9f447 0.02 MB 37 61
177,688 177,688 0000000000000621cd88f5faf44f8203d5868d19468cecf5fd9c1e00282ac5a4 0.01 MB 20 52
177,687 177,687 0000000000000ab3611dd0290c99c0bbe2332b782abe2188e8e28746d9e186a8 0.01 MB 14 88
177,686 177,686 00000000000009b7911848412025613a7bbf783a66648d66207591d16c678d3e 0.01 MB 18 197
177,685 177,685 00000000000001987903f7a1d6e168223748fef5e968f3a73dea937239baa997 0.01 MB 32 93
177,684 177,684 00000000000000d88fcb046a52bac3cf9f6fe0789f5a4fbe4831fe6217f007d5 0.00 MB 8 75
177,683 177,683 00000000000007e846b5cf03aa1244399e7623af8c0a5a797ebbd9873e5558fa 0.03 MB 59 83
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.