Memory Pool Memory Pool Refreshing

9,267 transactions
2.91 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
3 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,866 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,747 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,865 (684,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
222,992 222,992 00000000000003f1f1feaed8a2225cab11579f3aff606f0a0a44b7b43d7c71ab 0.09 MB 203 190
222,991 222,991 000000000000038014c742256f6d5617a64e51def0ea99b8130b226b534e4515 0.18 MB 347 145
222,990 222,990 0000000000000328f4efda7931b4eaca90759983a2c13400f28b9f9bd5df4871 0.00 MB 7 106
222,989 222,989 000000000000016abcc4a978ce1544969a26b870b9f9df0f6ff57c0b2b28de15 0.05 MB 96 139
222,988 222,988 000000000000027f94b6fc47006ec8ec8ed9d9e185c07109478c005819eba8c0 0.23 MB 530 207
222,987 222,987 00000000000003e4f8a3d4c53a0dc9c777933c79d867e19e22bf6a80375302de 0.07 MB 115 129
222,986 222,986 00000000000001273edef2c459c84de5891580c980316dc922c7f7ec734e86ba 0.12 MB 161 125
222,985 222,985 0000000000000332b321bcc16ed39a0d7f29f4ad94a5fc049e694b5af8586e41 0.25 MB 709 228
222,984 222,984 000000000000029893e49e52956dfc90f09127bbf9515340adfa335b5f0b4523 0.05 MB 140 152
222,983 222,983 00000000000002ce4f44a5fb9f823df6c2ec1808a135c959f577389b0d5be266 0.12 MB 268 169
222,982 222,982 00000000000000ec00c5c89abb2d97c432b6a01055b9f798c08a851c2df527f6 0.03 MB 91 166
222,981 222,981 0000000000000117bcad9e370631a151bdd648f4c0bf1c2d3d165aaae24e714a 0.13 MB 252 147
Previous 10 blocks ↓
Total Size: 769.29 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,642.53 GB sent, 94.39 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.