Memory Pool Memory Pool Refreshing

1,462 transactions
22.94 vMB
Show Random Selection Loading Transactions
Max Size: 92/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,315 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 1,230 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (857,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,971 50,971 000000000010e16fee801cf9005c13af8f023074aada95e30865ddd4e980c443 0.00 MB 1 0
50,970 50,970 000000000239dbe15a8dc261472db35961a6ce6596cf87d6312b2306398f3e39 0.00 MB 1 0
50,969 50,969 00000000069fe82587b8156cc4fe0e28ffc9cf5ab91f662ed639c935ab577ad7 0.00 MB 1 0
50,968 50,968 000000000ca695d5866a4bda1ccfd538997043d9df2912a472f729e1a677ce4d 0.00 MB 1 0
50,967 50,967 0000000004b1957fef78300c88978b3daec13c521d212d653baffa6b0261a8c1 0.00 MB 1 0
50,966 50,966 000000000d371d012bc583b57b4af52463c9c43fae935f5712e8327c290dce9c 0.00 MB 1 0
50,965 50,965 000000001765e6ee4a38657c97fbf38d2533985de7238e74abe10ca7d8600c75 0.00 MB 1 0
50,964 50,964 000000001cf46b958b1e46a7e308622b84934c37352767743c58f04bc40bdfcd 0.00 MB 1 0
50,963 50,963 000000001a01876fc96f680e05cd4b490fb46b72f61bc8bce2a4cb7a15141f2e 0.00 MB 1 0
50,962 50,962 0000000017a7f5a217dbd462a1b6e3b073fc9f00216aa37cdf868972bf28a038 0.00 MB 1 0
50,961 50,961 0000000018d6ccaf84303b5061702a10f0961def0e41022c921dff966edc191d 0.00 MB 1 0
50,960 50,960 000000001ea98be22de634dfa57ca7e86c1cda760105735efeb9e9fb37b83f19 0.00 MB 6 0
50,959 50,959 0000000017daae9cacd5f4005d475fae04d7b0f10e09fbd76caea57ad1be2a64 0.00 MB 1 0
50,958 50,958 0000000004728ca070a75cbe863affa26c3e9cd2d48b2fac8746f54c5e47741b 0.00 MB 1 0
50,957 50,957 000000001e5efec9d75d3962e6e83b7e5b3ff6994294e6114dd8e64113a328a9 0.00 MB 1 0
50,956 50,956 000000000afae996a177e2e02505edc975f8d8b1fc3e34052c8a503d0aef96af 0.00 MB 1 0
50,955 50,955 0000000007fd6e40cf28a693a43697a5f7fd1f74994bbc748259dce91aec17d5 0.00 MB 1 0
50,954 50,954 000000001a21970ff7f7a4e50eb1efac856ab6327de05cfb025a28ad86cc5c02 0.00 MB 1 0
50,953 50,953 000000001549b00190eea4984618df2ab4c9c5ddb301f83d2b705c3d1750f806 0.00 MB 1 0
50,952 50,952 0000000007b8534f40b6c52d7535c168a8a9045a3fd558cab75778cc40e499f7 0.00 MB 1 0
50,951 50,951 00000000020e2ac8e13f124b95a88c1a28e41b2d662f77af79a6709697d593cc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,699.33 GB sent, 98.60 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.