Memory Pool Memory Pool Refreshing

1,035 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,759 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 1,035 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (44,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
863,020 863,020 000000000000000000022ea9e92ac197d38ddcd5034b3b3baecc424cbe197a36 1.47 MB 3,017 10
863,019 863,019 00000000000000000002e6388817ed25f27c6fa44c61c8b0f408df589f56e785 1.58 MB 3,935 4
863,018 863,018 00000000000000000003030a381b8833cb13cf39a5d07a14d37fdbe861915d58 1.56 MB 4,096 6
863,017 863,017 00000000000000000001ed960e70c7f5881e2e965fefce2d716a2c3b9c4f5996 1.41 MB 4,014 6
863,016 863,016 000000000000000000025915873f7c42d2403c0965b2c5f0a5cab31f02b58867 1.49 MB 5,351 9
863,015 863,015 000000000000000000010eec3dc1f7fa9b14b3bbfc08d708b62c761ff635dbb0 1.52 MB 5,329 9
863,014 863,014 00000000000000000000978ffd68307984f0f1b899e90c13e64a621a6ce1416a 1.50 MB 6,317 9
863,013 863,013 0000000000000000000296985d4b89577f26cca527d805d06c01b8d5ef09fc36 1.50 MB 4,784 12
863,012 863,012 000000000000000000006079e35782a20b4a328116459aa5f604c89da2c2a5d6 1.46 MB 5,708 8
863,011 863,011 00000000000000000001b90f3664e5e382857951b12adf14f4848144c33323ee 1.42 MB 5,105 7
863,010 863,010 0000000000000000000131167a209ce84907e725f1b5ea1a60e1d0b4236c4ef0 1.48 MB 5,533 8
863,009 863,009 00000000000000000001f0abca7475829e506bba86f529569eacf0c896fbade6 1.47 MB 4,581 8
863,008 863,008 0000000000000000000045b0110890d0ab8057c72ebabbee7b3a30746e82ee52 1.50 MB 3,789 10
863,007 863,007 000000000000000000013b97259b6381202e550bb6935f781af147ede9cb312a 1.66 MB 4,502 3
863,006 863,006 000000000000000000002c5478090f6aaa91cb4dff4548614578ee9559a8ddfb 1.51 MB 4,756 6
863,005 863,005 000000000000000000004f87aebfb083313f94dfd0f2aaafdea30b473a74a2e5 1.53 MB 5,637 3
863,004 863,004 00000000000000000002631d5254dcee3ff4b671f62aa32806986c83d2257d98 1.72 MB 4,008 5
863,003 863,003 00000000000000000002569fc86569b84f401d94c4a37799c6c9a3c809600c3c 1.71 MB 4,506 5
863,002 863,002 00000000000000000001543889fbd18d9bb194359b3f71eaa3e19205b7aa3474 1.53 MB 3,659 9
863,001 863,001 0000000000000000000195c430a352424638ea8dd91ec80472b01dd090b12259 1.69 MB 2,985 5
863,000 863,000 000000000000000000004e39c557f44435e2a4dffc9fa614765ee593583317c0 1.69 MB 3,077 7
Previous 10 blocks ↓
Total Size: 769.09 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,628.38 GB sent, 93.36 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.