Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,827 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (735,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,029 172,029 000000000000020e8eb9a4f8e96b30a96dc88dcf0d3e16959a40d07637954dac 0.00 MB 1 0
172,028 172,028 0000000000000a9f62c34f13cc17d543e0e22fb54e3b286081a5e25f1c550b75 0.00 MB 12 16
172,027 172,027 000000000000055da257010c7529d6cde33519258502cc2ce3b1e5e2a1fba32e 0.03 MB 68 119
172,026 172,026 0000000000000120ae542480d9fa7a2394a30dfc1c7a8de3995fd6df754a071a 0.07 MB 29 42
172,025 172,025 00000000000004f668e37e8bc2228f732f8f4f4682d783a33eef1d9b3e8a445a 0.01 MB 43 110
172,024 172,024 00000000000008775c8fe70892a77efa952f0527bdd536970718c03a4c3eece3 0.04 MB 107 460
172,023 172,023 000000000000033b7553f9bb6a02793cabd418b795d8bab8a38d74e7e215e13f 0.00 MB 1 0
172,022 172,022 000000000000005db7fb715a229b8da032ae9642d4e3dbdece32286e095e05c6 0.02 MB 86 104
172,021 172,021 0000000000000422600bcb5765cd2cb20b70cfd30ee2daa9278dff19131ec550 0.02 MB 39 34
172,020 172,020 0000000000000a4064c33ce1a4147909b085b99998312018cd12dc86195befdc 0.04 MB 164 34
172,019 172,019 00000000000000fc8fadc92712479740f101fdfce45d4c875bbdc5def2933ba2 0.04 MB 82 182
172,018 172,018 00000000000000b3eac2a0e7c29dabc9ee315b920e9be8db888bad4cc63f53f3 0.03 MB 34 29
172,017 172,017 000000000000011937021c0fbe199e73538c1283c9502dd072aa2204fac72576 0.05 MB 147 64
172,016 172,016 0000000000000626d5917ccb83e5f20d92323e25a7490817f165004738e29ffb 0.00 MB 1 0
172,015 172,015 00000000000005d9e241f386776aea87037cb3c546265f77f45424beda325001 0.03 MB 87 125
172,014 172,014 000000000000025c28c2aeb92960b11c4251ca6ec59edeed04e0f8808a2c6e75 0.01 MB 16 27
172,013 172,013 0000000000000345d2083736f5a4eb3d36ad79a5966f45f5184db59cd9dfd9ef 0.01 MB 7 20
172,012 172,012 00000000000001d5703b85d5d9e12eb84cadfa511a11829255a75e4d10383b2b 0.01 MB 38 113
172,011 172,011 00000000000002aefc018c8a1d48e50e83e843c73f51cbf621c2159a6ccd81fd 0.00 MB 6 0
172,010 172,010 0000000000000049984c622ba43cc9524cb04beabb1cd0a2f78d83fd2ff804d5 0.00 MB 3 96
172,009 172,009 000000000000057cdd86869938763f1582bdcd68bd6b3086c648357306a21953 0.00 MB 5 60
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.