Memory Pool Memory Pool Refreshing

4,409 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,329 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (754,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,940 152,940 0000000000000aca82ea71c8eb1a7ccad95358566d9b678b28d4d8e4151d31c7 0.00 MB 12 0
152,939 152,939 0000000000000ab7b301fd3dd2569e27b4699e49db630bf3af8de4fa7d6543b4 0.00 MB 17 277
152,938 152,938 00000000000002ff9cc6891d0fef191d6c45eea9f70f0bc3f1407613fd544c55 0.01 MB 20 187
152,937 152,937 00000000000000ef06e4412b2e8639919d640dba3b919a660808813ceea1bf4e 0.02 MB 54 17
152,936 152,936 0000000000000bb2d20a6e4219a6e631082ac53942657dc189fa9b7f76eaf4af 0.00 MB 10 536
152,935 152,935 0000000000000cdb92b03b2630a994e310e623b09a5a8c2c1b741f1daee0c5aa 0.04 MB 44 408
152,934 152,934 0000000000000ddf8348e51ec3ebc87c408b4131d2cd14f0e27a4c00bcacb333 0.00 MB 5 84
152,933 152,933 0000000000000470df4e7e7cd4614f7c65059e9db7ba79bd21f090df6428f054 0.01 MB 24 20
152,932 152,932 00000000000009629a6e4c4cbf021c07ea185d07610935c9da664593589e1e66 0.01 MB 18 227
152,931 152,931 0000000000000d92afed41f972b0d48d2d8f91b77defbcfdecd2c5bb7adb6ad7 0.03 MB 93 31
152,930 152,930 00000000000005381901b0373bf0d2337156ec19d182e5ae735f94fb58305af8 0.00 MB 7 24
152,929 152,929 0000000000000acb6df9a012f34826efd93eece0a9c00e936967eccfe8c7a400 0.01 MB 21 157
152,928 152,928 0000000000000269c919917e8364e2f537fa82305da8e4b0edf027fa22b096b6 0.00 MB 14 53
152,927 152,927 00000000000004a2b62f5f0e6055f3781d1f2e2771ab8c36d9c72836ef52976f 0.00 MB 10 328
152,926 152,926 000000000000053907033b0633fb6bbb1ad60bfb7fec8619fc899a2e5ba03b3c 0.03 MB 30 39
152,925 152,925 0000000000000b658cdf9c57dfe5dd2ec551f6c868833acb3dcb376f0dde5229 0.01 MB 22 43
152,924 152,924 00000000000001c63e57284f77f8efe8cad2ee54478a8fa6adb132996ba3b55e 0.01 MB 32 228
152,923 152,923 000000000000064727501719cab3093b96385d567af58c675ef0ac0c764f51b2 0.04 MB 90 225
152,922 152,922 0000000000000c619d73a6410fd1f6c082efecc5c4803cc4f0b2d2c42f9ff140 0.01 MB 16 11
152,921 152,921 0000000000000065640cc569fd9d7b6994df83a7b345331bfa47d4de81c9c6c1 0.01 MB 10 376
152,920 152,920 0000000000000cd0591416300df69f83ec4b689bd031ff27ff98a003f3bcf01f 0.00 MB 15 246
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.