Memory Pool Memory Pool Refreshing

1,808 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.57 vMB 1,793 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (164,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
743,162 743,162 00000000000000000003a1e15e556d649fca91b5d8d6dbca1095aac436fcab86 1.46 MB 2,683 15
743,161 743,161 00000000000000000002ebb5f6da883cf4064d48af657cf9f70cc5cfb82bc1a7 1.40 MB 2,619 16
743,160 743,160 00000000000000000008e5d03c033ccbd99d428e1e29419cc2c8bec7d4776865 1.40 MB 3,201 47
743,159 743,159 00000000000000000006e8b7d56bf13097dd6a828d263cd59b3df7bc7143ca05 0.02 MB 49 13
743,158 743,158 0000000000000000000753768e6ef8fde83105181d75e85bab75769a8fe60a3f 0.62 MB 1,205 12
743,157 743,157 0000000000000000000399f63fee1436ce58cd3ef83a2cfdef882cbfa25260fb 0.17 MB 147 8
743,156 743,156 000000000000000000008f2aabe8ae7524424d1d62cee244c060d44773e52e5b 1.86 MB 1,483 4
743,155 743,155 00000000000000000001f48482deab336eb23a418e86ecf4599b7a208379ece4 1.41 MB 1,693 9
743,154 743,154 00000000000000000004cdafbcc712875db1894011a0016728f559852ad813a5 1.63 MB 3,074 12
743,153 743,153 00000000000000000007fa01919c4e0dcf770966b8715ef06d1ffa00105f3013 1.59 MB 2,861 15
743,152 743,152 00000000000000000003fed593ac5fe562995654d683235ccac230084370539f 1.54 MB 3,232 17
743,151 743,151 000000000000000000014fe3ffb41610c29e881f99678e72d21bb077d2cc6f9c 0.57 MB 348 4
743,150 743,150 00000000000000000006048199fd374d854e1d7b6256b9810304d3db53682bc3 1.47 MB 1,882 8
743,149 743,149 000000000000000000005b8eb2b8d645acaf1f0d627b549706f74f393fa2c6f3 1.21 MB 1,501 16
743,148 743,148 000000000000000000025e42d4c483538d70c37f9e704b157997d79ea99c5fdd 1.61 MB 1,504 4
743,147 743,147 00000000000000000002e35af6ac30893067f04a5a5b06fe7082e2ad08b1b76e 1.50 MB 2,527 11
743,146 743,146 0000000000000000000062b463f4f335550c0d24ac37f5df9b3e2acc63a0deb9 1.72 MB 2,448 3
743,145 743,145 00000000000000000001bf110c95a790f3a9454e4ece8f7a1f986e26c87c143c 1.60 MB 2,704 10
743,144 743,144 00000000000000000001845cdf29526c66ffd0aaec784b87192ac8a0a298813d 1.61 MB 2,652 15
743,143 743,143 0000000000000000000850963631f3f5057477901ec637d423186bbdb01c39e0 1.58 MB 2,748 18
743,142 743,142 000000000000000000029de013982d91183b74318b7133b764a1dc3199c01226 1.65 MB 2,871 19
Previous 10 blocks ↓
Total Size: 769.07 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,628.06 GB sent, 93.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.