Memory Pool Memory Pool Refreshing

11,301 transactions
3.38 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (628,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
278,738 278,738 00000000000000019d71cf51166ef80efdaa718c73b3b440370d4adfeaf26fef 0.14 MB 333 74
278,737 278,737 00000000000000028633fcf0eb0ab09b2a11a919f4cbfa316de96a3137b4adff 0.07 MB 68 10
278,736 278,736 0000000000000000c0d9178bc4290776ff0e5a645a0ae4df6fbf63b5ca954547 0.25 MB 645 68
278,735 278,735 00000000000000005c677c1c4ada1e688db330f4485dde022750478f01bfc9f3 0.08 MB 141 49
278,734 278,734 0000000000000001adadfa867e254f02dc1b2d29991267b097442600523980ae 0.04 MB 64 51
278,733 278,733 0000000000000002312563d7867834a4e08e748420878d057369ab71fcff6ea2 0.17 MB 183 25
278,732 278,732 000000000000000224ed9a8610d8e30272ca6861cc47695ce859d63ec9f8e9f7 0.21 MB 264 40
278,731 278,731 0000000000000001524183a4c2c862418b6b1d3b84e4b03c1b322274a683444f 0.00 MB 7 27
278,730 278,730 000000000000000139e13b78bfa1e466ec57af5ec7ac5c6b61668e7b31009ea6 0.21 MB 390 39
278,729 278,729 0000000000000001b50263ec4305bb90af9c66b95b7d58d94cf5666aa25f21cb 0.11 MB 248 64
278,728 278,728 0000000000000002bdd6aa0b1702a1beeb15afc15d86a2485d5f27974d3e615c 0.03 MB 64 23
278,727 278,727 00000000000000003a329fe533b4bfe9558d15df710a4e4b70af3c5feecf2d34 0.22 MB 489 58
278,726 278,726 0000000000000000d527d04b671ee73843b8b2b4bad71f977af2ff309c8079e6 0.06 MB 147 48
278,725 278,725 00000000000000008bf0d332ba7c7ce80354caa836549c0b0ea4d1bf795f613e 0.01 MB 20 39
278,724 278,724 00000000000000015dc33a691681180ca172fc3fd414008973a824318ec9f23e 0.20 MB 372 35
278,723 278,723 0000000000000002efb7e3aac5fb8aaf2877895b0e2d2dbbdbc7dd6419e6d3ec 0.03 MB 91 59
278,722 278,722 000000000000000007c7824b391cf7f52a25b7f7c84ba4650d3eb934a13a40d3 0.23 MB 438 43
278,721 278,721 0000000000000000a812bc963db69d83384241e2fc85b7b9ab9c4c868997109a 0.03 MB 64 30
278,720 278,720 00000000000000005ca24ae892f7c06d209b3422a30eb03ca14757ebd6e784ca 0.02 MB 44 36
278,719 278,719 000000000000000011bbef06ced0c4f3a3c9c43194219b43d775a82352e71f9d 0.05 MB 89 29
278,718 278,718 000000000000000018776b3b7618fc9e8877e4844565f5a366a7b0cc3c892df2 0.15 MB 280 34
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.49 GB sent, 92.91 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.