Memory Pool Memory Pool Refreshing

8,669 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,953 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (738,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,736 168,736 000000000000081e344efdba8cf1615398b110c94e306d488346f3359d20582e 0.04 MB 95 106
168,735 168,735 0000000000000815dfa8bc0eaf2688d155c7e763f33f92d5085ef3faaa4c8396 0.00 MB 10 16
168,734 168,734 00000000000008abb550226772bb1d9fc2defdfb8364090460f49d770964b613 0.03 MB 76 475
168,733 168,733 0000000000000a8ac96fc6d6fe19bcae3e7d75bc2086879908653dde4b221753 0.03 MB 118 77
168,732 168,732 00000000000008a91ddf1e2f79dd3ae77cda1e6754d1838ff4527f2f22fda233 0.02 MB 19 8
168,731 168,731 0000000000000a46ee4f0a82680300b9ddb48d88dc9cec20c4c8ed4bdb42adfb 0.00 MB 11 35
168,730 168,730 00000000000001508743e29f6d6610145086c53d13d8a57dbf9e39aeecac10f1 0.01 MB 30 21
168,729 168,729 00000000000002ea6e32eae1d1e7ce25110572aacc1ad490d3cdce0ddce73d2c 0.00 MB 15 40
168,728 168,728 00000000000005f566b9f215c3ad83b28c923d2fb9f066ac839dbe622daaa584 0.00 MB 4 0
168,727 168,727 0000000000000b6408bf4d7ca7d470f69b5c1e6af3b851d29eae73132868f824 0.00 MB 7 4,639
168,726 168,726 00000000000001ce50dc67a2ed9d8196175fd6a5ebe7633f9d31eddf66250436 0.02 MB 74 0
168,725 168,725 00000000000004878086be668e06dc0d7ca25b2777c7fdbe91b1c486fbe1f6a4 0.01 MB 8 11
168,724 168,724 00000000000009da9d1068eeedc0f409ffa4df894e091ed8530f9c69c893fafc 0.00 MB 8 22
168,723 168,723 0000000000000b26c41fbcce5b3421e4a48cfab2c646ec698548359775f79f75 0.03 MB 60 115
168,722 168,722 00000000000000ef4cfc92e08c179815b865470565a1bd963176032d6e57f670 0.01 MB 20 132
168,721 168,721 0000000000000acb57706b3e794bd6b8d38c16bfcc2a43c897f944adb18a2873 0.02 MB 51 198
168,720 168,720 000000000000093216e2b6a74a34108676863a31b3721cc0afe104fc08f676a7 0.04 MB 72 148
168,719 168,719 0000000000000af6e84221ec7ca46363c427b783b397581b4832ce15f107a31b 0.00 MB 1 0
168,718 168,718 000000000000099a23eb319f0597c8e888a5dd1db640af7293eceae042c0e138 0.02 MB 63 53
168,717 168,717 00000000000001aa29db1db3c4785f29f799e74d23f83d868cece9afd57969db 0.00 MB 4 119
168,716 168,716 00000000000002577b6e54c8e5709f6c3dbd0f9c7d1de7df9cb3c9011ffd3820 0.01 MB 30 108
Previous 10 blocks ↓
Total Size: 769.04 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,626.68 GB sent, 93.07 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.