Memory Pool Memory Pool Refreshing

2,385 transactions
1.01 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.99 vMB 2,377 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (186,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
721,023 721,023 0000000000000000000a30c5639510041e69288b6b6fb290901fe5da47bc8f59 1.27 MB 1,924 7
721,022 721,022 0000000000000000000a5528b4852e666bb4c7a34252a4a1e529e4fea9a35d69 1.36 MB 2,588 11
721,021 721,021 00000000000000000009664b32a4e6cc30303011282cb572de04a310359c4639 1.47 MB 2,328 6
721,020 721,020 0000000000000000000524c9dcf6fabfddf329ed5620014e4d0ed9d86670dd20 1.49 MB 2,449 20
721,019 721,019 000000000000000000085a97410930ac921e7ecb849f7b17cd99a6f30a3adede 1.41 MB 2,640 13
721,018 721,018 00000000000000000009a020f0b8b98b4722942ff52b72407a2548202bc3d588 1.40 MB 1,439 14
721,017 721,017 00000000000000000005e6a7c68633b48bfb464bd505ebe4c73efbc2d102bfa7 1.17 MB 483 2
721,016 721,016 00000000000000000000db545de53f64a64856c60acba4383dbda85c3b453673 1.04 MB 293 2
721,015 721,015 0000000000000000000211889cce9828e2ad16476db1210577aa7bc82eb4759a 1.26 MB 1,398 5
721,014 721,014 00000000000000000005b2c02db230e0eabde66154eb9271b4364efccda321c1 1.45 MB 78 1
721,013 721,013 0000000000000000000837a09bbf803b7882cd082dae6c3a5d621cc5db0a6c81 1.61 MB 1,969 9
721,012 721,012 000000000000000000010d60e2f0ba1fa61313b1da29b43aea9b2027e6bc0cfa 1.46 MB 1,767 4
721,011 721,011 0000000000000000000420591fc571847384c9c86c83386a3fc1009733743946 1.13 MB 732 4
721,010 721,010 00000000000000000003e2558a28bc004a5529969d8ea1c6ae178417099f34d2 1.29 MB 1,258 6
721,009 721,009 000000000000000000023f1af5f5a7b4196abe3b53eff12a527aee8f00104c0b 1.26 MB 1,214 7
721,008 721,008 00000000000000000000d01604247375612559869be3fe83796cb4332f3a9b38 1.36 MB 2,036 10
721,007 721,007 00000000000000000008f68bb87c8650968fb462916200e562179468853f5cbf 1.47 MB 2,572 10
721,006 721,006 00000000000000000008536454079371eee88fca5ace60682a7f4ff049271817 1.34 MB 1,812 8
721,005 721,005 00000000000000000001ec494739fde9b1d2d58b09ed3cbfad6e663cc1da1ff1 1.21 MB 1,347 9
721,004 721,004 00000000000000000003aeb33a1f2347b0d27ded525cfe81680bb12b07e0812b 1.10 MB 703 7
721,003 721,003 0000000000000000000740ada1c8876a6dab97a8d510f20f10b7528fb0fe084c 1.14 MB 270 7
Previous 10 blocks ↓
Total Size: 769.11 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,629.56 GB sent, 93.44 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.