Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,866 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,847 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,865 (893,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,436 15,436 00000000b2305121aea81a30e772a8903edea81a140396ca4e3cd57098051e3d 0.00 MB 1 0
15,435 15,435 00000000eed585b06de673b2a8dce15f1550f58fc0e3504fb9cd9cf9bb7ce9ff 0.00 MB 1 0
15,434 15,434 00000000f1657e97b39de7263429f7044d212593044d2ae898f22fe9277a8d6b 0.00 MB 1 0
15,433 15,433 00000000b86e9a5814284d1702a9311f968bd0f076e33831bfc6aed5a31c9de0 0.00 MB 1 0
15,432 15,432 0000000024f46d2f6179c5ead2e1ffc3b3b19d9e1eff3d416e5737cac8c248ed 0.00 MB 1 0
15,431 15,431 000000004af311d4aef9e8de0ac63bf79d57c8068ce2887cfc8a47807b49fa77 0.00 MB 1 0
15,430 15,430 00000000e62cc529af33356df94339e8cdea72404bb9f14da0b6f7e18e3a8b37 0.00 MB 1 0
15,429 15,429 000000007ff67dfc9c6da46af3a493a14b15d5f37266eb99ba19e51c3ae2127e 0.00 MB 1 0
15,428 15,428 000000003ee6aefd67b71cf4b0874f8e55efdb5e9ec6fe0fe778024b4971aa6b 0.00 MB 1 0
15,427 15,427 0000000099236cbab4d571929fa0af08dc976b10d58ac0455eedad515a40323e 0.00 MB 1 0
15,426 15,426 000000005675f0ced5da37a374a9ecd428ded7779a3f84160eecaa001e55fb37 0.00 MB 1 0
15,425 15,425 0000000053e6bbf9baf0f7c06d4081c88305a33108deb28e386666131169f84b 0.00 MB 1 0
15,424 15,424 000000001c3346ae3c598eceda97e992eb5211fadea1251c99f04c5c8b22675f 0.00 MB 1 0
15,423 15,423 00000000cc81b1f9f5e1c5a5ba26847ee57959c21ddb341e3346a3b77af40edb 0.00 MB 1 0
15,422 15,422 000000003c85834a0014e5a42afe140462f8ddf88c5ff27fe257d3449e7d733e 0.00 MB 1 0
15,421 15,421 000000004ad8273b997ce563cd5d1219ec94652791f5bd9bf9c16059804da272 0.00 MB 1 0
15,420 15,420 0000000026deda0a7aaca1724e3db507bdbf30ba21e31805d27cb44ccace0c76 0.00 MB 1 0
15,419 15,419 00000000f60abf4fff63d29ec936117e4cd4fa2e728563bf273b2a3c9247b259 0.00 MB 1 0
15,418 15,418 00000000b5335c62196b0b58da6acc5f9bdc6bb376b2d27ddb3350e034deb07b 0.00 MB 1 0
15,417 15,417 000000003de31455a3535b2e2b17cb75cea0c9160b675181e47f3fe208b791d6 0.00 MB 1 0
15,416 15,416 000000006754345cd0b3785c9848dc239d1108a1c047278281e87c615ad28046 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.30 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,861.96 GB sent, 103.66 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.