Memory Pool Memory Pool Refreshing

2,772 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (585,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,080 322,080 00000000000000001d8a57e047d440b8474c8b159f85b2388d008326354a39f3 0.03 MB 64 31
322,079 322,079 000000000000000014114cee103646dca7899cf6a967dfc8353d9695fab51f63 0.60 MB 1,102 30
322,078 322,078 0000000000000000138f3bede392eed55ea181bdf94d3c82ec50736f0d0c5677 0.57 MB 1,024 29
322,077 322,077 000000000000000016596cb6840c1b8c7b24e951d2dceebeaa5fd5cf6ca22505 0.60 MB 951 31
322,076 322,076 0000000000000000074279f2448b9c2eaa1e39b573c4785fdb25e309a478e76d 0.04 MB 46 9
322,075 322,075 00000000000000000c4f8fe39681ed0cd394b8544b634767172bfe1bc67f94cd 0.23 MB 402 42
322,074 322,074 00000000000000000a482a08d5d1890e1f147e9abd52556c48dcc5596a654235 0.23 MB 398 29
322,073 322,073 00000000000000000b051d866b32ca1f9a81a704c45f15df3827e9c5fcbb0d4a 0.10 MB 203 26
322,072 322,072 0000000000000000044ea6243302579585011b6d9cec95b55702a2619bbcedfb 0.47 MB 868 30
322,071 322,071 000000000000000015c7eaf1edada3e74d68dfb4e23f7c306789b396217cc659 0.03 MB 60 26
322,070 322,070 000000000000000003158a0fe880510827d41739a3065e9b124770001d2654f1 0.05 MB 120 22
322,069 322,069 000000000000000000b3060660bec4d2f783c70679a2766ca89cbf5a4626b24a 0.33 MB 683 32
322,068 322,068 000000000000000021f44749fb37459505d9ca5a1728a08d23d9086dd40fc7bd 0.25 MB 507 34
322,067 322,067 00000000000000000ba9bd31cb8aa7eb2cced0ff677d404f878a6faca512028c 0.44 MB 922 29
322,066 322,066 000000000000000009453b3a9ac1d46a2a001b6229e0b986e13b08d2054e1ac9 0.26 MB 470 29
322,065 322,065 00000000000000000941efbc9f85e597be4439ab117611f249499237e3060a89 0.37 MB 513 24
322,064 322,064 00000000000000001c4b7a842712fa07cad2a85ce0ddd0d4ad5848e5240852db 0.14 MB 263 32
322,063 322,063 000000000000000010215b75ba5853b252712a3523d537c36d15f9a17c6d3cf0 0.05 MB 121 26
322,062 322,062 000000000000000016e74bc22047308db617ddcdadcc29f33130f5e79eb00587 0.09 MB 125 13
322,061 322,061 00000000000000000ef77f562f09e9a34c51808451ae0fbeca33bb27e2f78228 0.27 MB 532 31
322,060 322,060 0000000000000000024958ae6f185e1a8b0ceb4aa662d8690bf5bdd3ee2f1f3f 0.51 MB 707 22
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.