Memory Pool Memory Pool Refreshing

3,598 transactions
1.31 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,533 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (703,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,984 203,984 000000000000050fe1ae85674c8f062440d30128d951c3c04e66e72141d45530 0.06 MB 147 126
203,983 203,983 0000000000000240e16a9d1ab606d9a563f123a8676c27cc402929d799249374 0.03 MB 59 179
203,982 203,982 0000000000000069a512ca21c4c353ef0a1b096e22bef665a266dfbf0fef2203 0.18 MB 421 109
203,981 203,981 00000000000003220570b62083c98ec49d16cd5b8a69d6c81662e9a9406f3755 0.26 MB 450 87
203,980 203,980 0000000000000183fdf5754cd141333661972bb85de7a3a079bbad2de799d83b 0.25 MB 418 114
203,979 203,979 00000000000005539cfca2abc5b6f34e02a5672d6809b0003e23c66987589e24 0.05 MB 121 194
203,978 203,978 00000000000000e4709e35fe8468ec3a013d384e19500bc0b1c689866777c7e8 0.01 MB 28 137
203,977 203,977 0000000000000161bc25913186ba88a87ba7f2618ff48d7075f34038a3c20b2b 0.04 MB 70 97
203,976 203,976 00000000000004474bc96f006e9d546c527e6903256d9e45cbcc7b3b923c5672 0.07 MB 139 156
203,975 203,975 000000000000045464fbfe0b25998f19e5bed0ea96578b8469fbddf8d70a1bf4 0.00 MB 9 0
203,974 203,974 000000000000044f82d38551bfe76c967e762338642497714b7c69d8de5582da 0.04 MB 92 161
203,973 203,973 000000000000022f7aa78d08559305b3ab2cc0e41cbdb76a8a90866ce4e45ecc 0.11 MB 253 157
203,972 203,972 000000000000028fddf90f363058c18df4e7da71470c6b07785927332a0237d8 0.04 MB 111 126
203,971 203,971 00000000000001cbae8dd74024db18f16dba54765377769a5cdf3895d5345aba 0.25 MB 427 52
203,970 203,970 00000000000000da406d0519d42ca335e17b7aa499e6e1a3e7e4e6ea19dc8dfc 0.14 MB 314 131
203,969 203,969 00000000000004a859b0e3c89dc9cd74ea2aeee23d64d732ca8523501fc3b1e9 0.05 MB 107 79
203,968 203,968 000000000000014048a8b9914df42311f5b2fe6bbb481081a6d95c4ca51bcf3b 0.09 MB 161 138
203,967 203,967 00000000000003c3c2f9f17ae431d020b9cc056d00f2ea1a6b928fd770bff106 0.03 MB 70 96
203,966 203,966 0000000000000113d59a934a84af0e462ff5ef30da2823f86ddc380806f963c5 0.02 MB 57 93
203,965 203,965 0000000000000233ad9fd5f8ba6aa43dc3ed189215da9584caee8c9dbf7e42a4 0.22 MB 505 237
203,964 203,964 00000000000000bf83e064d660cc5d9d859588fbd924eba1b3f611532d254732 0.01 MB 23 35
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.26 GB sent, 94.22 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.