Memory Pool Memory Pool Refreshing

4,309 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,710 (684,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,013 223,013 00000000000000aa3b525ea40c2355f0b16b8b1e387f7fd65adc464a33a5c180 0.03 MB 63 158
223,012 223,012 000000000000015e9701f1aff63a8b47d89623de65b51d10f3ab7e4f1672b684 0.08 MB 172 173
223,011 223,011 00000000000004868db9fc6b9ce19fbd68984cad4c56ba2297d4e9c0e9688578 0.05 MB 65 81
223,010 223,010 000000000000044e5343a6ba56f1135c363b732c93aa94ffe8de9053f0dbc27b 0.12 MB 201 160
223,009 223,009 000000000000031ba042f691d91665268757fc32ed487522aacab78358f84c73 0.08 MB 197 229
223,008 223,008 0000000000000216069ea23e09c42106879b36d226de5fadeaa5b8f09955a47b 0.09 MB 186 164
223,007 223,007 00000000000001aaacbbd6b97ea0eeb8644cd971b933b02eb6831c107eed97ba 0.12 MB 276 186
223,006 223,006 0000000000000306fdcbf71a3a190010d9302e24fa2190fa4ff8f9b48cc711b0 0.05 MB 76 145
223,005 223,005 00000000000001302272127539693871734a264016ebc1dc3a63d2c0eab9817a 0.16 MB 392 190
223,004 223,004 0000000000000359980e595b61aeb54964328d1f47e885719cf89e20cc44f873 0.04 MB 87 174
223,003 223,003 0000000000000193c9a965e7c77480a1fe9034c91ae28a051249b82334d221cf 0.23 MB 610 190
223,002 223,002 00000000000001b4463d5a9985a6a658c4e76a0595bd8229bf39b311aa4939c7 0.12 MB 252 15
223,001 223,001 000000000000006d4a08b2305de2b654c4adc38b2d851d7985ab4218d1d62e86 0.25 MB 542 186
223,000 223,000 000000000000012d0917dbac896a60746683db6a3a540856b89a22c64621e18d 0.25 MB 641 191
222,999 222,999 000000000000025465848874a9301fce9ddc74cdde70af4c0d7ccd9a1d4852eb 0.27 MB 656 213
222,998 222,998 00000000000000045d9a343d4008e3522edc5b481b26c7d4f933aa57670968b1 0.05 MB 96 111
222,997 222,997 00000000000000923c0441cbedce7a9e8d1ba1f42e73db785fbba20d202326f2 0.08 MB 189 209
222,996 222,996 00000000000001105fafca70f7c2adc385cd112021fbee58398cc11c9d9afa16 0.12 MB 327 186
222,995 222,995 00000000000003d89df7a33d7b49aa1a352da17cc1bbf0876d022324a1a4e0b8 0.08 MB 180 174
222,994 222,994 00000000000002dfd61a9907b9362e2151c0b01400f59e3d8342c954ccafb8c7 0.11 MB 261 204
222,993 222,993 00000000000000154ddb031d85d7d63aec7922fb7896ff5fc0d3e247b991b8e8 0.03 MB 78 220
Previous 10 blocks ↓
Total Size: 769.00 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.86 GB sent, 92.83 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.