Memory Pool Memory Pool Refreshing

3,687 transactions (0.89 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,150 00000000000000000002349e0000000000000000000000000000000000000000 0.88 vMB 3,673 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,149 (834,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,942 74,942 00000000004f2b6c9298bd9064b98cad6f9d94b378e9b762fd58b1fecb6dd219 0.00 MB 1 0
74,941 74,941 00000000001d2242681daf7b5d43ca4e8bd00c7dccd93d62f062bcc161ce39e2 0.00 MB 2 0
74,940 74,940 000000000037b06e497b4f3ca30b5eb913aec1377e26dc145c41c02edf3bf4cd 0.00 MB 3 0
74,939 74,939 00000000005f93468b819c6d2c47dd672195f06ea0b3088134994ea33630ff1a 0.00 MB 1 0
74,938 74,938 00000000002a1b63d6f38a272543feafe293a5ebd9b336209ef8294d1e35b86b 0.00 MB 2 0
74,937 74,937 00000000007cbba8caefc23d3639c3cc99ece44a1e736499d85b3aef0d0cb083 0.00 MB 1 0
74,936 74,936 00000000005a03bc53bb2af2bdc03073008e88e0c6965686b09db2fa88137f94 0.00 MB 2 0
74,935 74,935 00000000002be6640fd4d25e1dcef8820348252acea5238cedaf2ffe3a3c6247 0.00 MB 4 0
74,934 74,934 00000000004ee6820aaf046cfa27e5394d079f177e6d026d0b329c0bf0262f9c 0.00 MB 2 0
74,933 74,933 000000000061b9a918367eaea83e8b1c056de7ba5d94d57c5e6add96947ffeb2 0.00 MB 2 0
74,932 74,932 00000000006e226b45801630a2313e69a4db0d770b394e4ce150542f8a653a49 0.00 MB 1 0
74,931 74,931 000000000054e855aa22ea5e9d86da3ad823cffe64fe2096936d362d2fbaa26a 0.00 MB 2 0
74,930 74,930 00000000006a5184eef645834a8d51ba432e11f53bb36274f02a2f9c7e399d1f 0.00 MB 1 0
74,929 74,929 00000000007302f6ed18780f863b3515b43bbf40e936670bf9fe390ec1abed87 0.00 MB 2 0
74,928 74,928 000000000026d028aabbb0a2b929e1d3e3390b074eeaf3259b9c45dcca402c77 0.15 MB 2 1,057
74,927 74,927 00000000006893f2f83934521610f8f105cea6281ba09d8a5658414f39e979a8 0.00 MB 1 0
74,926 74,926 00000000006859523e7d5789369c497588fc2a245e1a12e90539c4ebc23a86c7 0.00 MB 4 0
74,925 74,925 00000000000934c403b72469b24fdd6139b24270f83361601958c12d4c87880b 0.00 MB 4 0
74,924 74,924 00000000005b25b3bc0a5c7eff4f5d2ec3f3fe242f70076781e60db9a2b53c3f 0.00 MB 1 0
74,923 74,923 00000000002ba6399e811928ccdca2fdea51614e310dc5bc863d63e3ec2263cc 0.00 MB 2 0
74,922 74,922 00000000005a6e4eccaf69f8cef9532a995ce79e4e16eb45ba9951506eb1167e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.82 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,958.05 GB sent, 106.70 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.