Memory Pool Memory Pool Refreshing

8,632 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (648,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,376 259,376 0000000000000024399b3b6257c4809e838c82beb36786770729d46dc982cf5b 0.18 MB 378 118
259,375 259,375 0000000000000000f8c21713a8398655d88878283723bbd70d9d16837afdd39e 0.18 MB 473 141
259,374 259,374 000000000000001e68f701a241f1ecb60e177afa7e3a78cbe0f2c036116fec24 0.13 MB 276 105
259,373 259,373 000000000000001ed88b40922f9327f5e5339a2ca2dcc6d7e68707d070055987 0.20 MB 361 98
259,372 259,372 000000000000000105a8a06d4c7ed5bb7465203dbdb827b626d3e78a8a1c1c05 0.07 MB 149 98
259,371 259,371 00000000000000038c6b27c1c9e6b0bcb1c49e1ce13590301fcdb822f7ca5a99 0.21 MB 430 116
259,370 259,370 0000000000000026196e3f12d349023bd506ddf1c68ea65c997b59bd2734b131 0.09 MB 156 132
259,369 259,369 0000000000000012b0264b9cb4f222f579aa2aa203c125440fe87630bdb79fd8 0.17 MB 403 105
259,368 259,368 0000000000000023229a675e67b026121913d387d737236551b83d19d501984b 0.04 MB 95 46
259,367 259,367 000000000000000997717f0047126ef595ee6bf6af0428c6aed8da484747a295 0.24 MB 642 120
259,366 259,366 000000000000000d8d50f6689b86eff01e448eccfce64fba115429bab94c4529 0.11 MB 236 118
259,365 259,365 00000000000000054938d5838f6ae95cf6f3dc454088fb6d00ac74fcc0a0e7e5 0.10 MB 301 181
259,364 259,364 000000000000000aa9b95a4eb32ac85f21c4e48733d80dc26ab450b633bcb141 0.03 MB 49 61
259,363 259,363 00000000000000047c500d7cfbdf08a363c6f4358713ac4f43a9b65466383bc1 0.11 MB 285 142
259,362 259,362 000000000000001ec1529e4aadfde9c16b2047c3bcf91bc028b81bd5fda0dddd 0.05 MB 42 54
259,361 259,361 0000000000000006ea26cbd0b933c5a94d63893c963203bcb5ecba34c6a006d2 0.18 MB 292 60
259,360 259,360 0000000000000012977001f5927eb6610507ecd1fd9c1beafb63911037a67be1 0.16 MB 425 101
259,359 259,359 00000000000000211f913b0042fd7ec43b911477db7d31688cde3b33f175bb27 0.09 MB 173 58
259,358 259,358 0000000000000010fecc657f83ddb7f041deb241c057d3421c2ac4cc8e92f68b 0.06 MB 140 94
259,357 259,357 000000000000001df868849e2a6a7785819fe1b1fa56674123b6977dcb3b8387 0.01 MB 14 31
259,356 259,356 000000000000001bbfeeb07cac07a1a57f470584c96c8d643b72d5383b0b931b 0.07 MB 140 84
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.96 GB sent, 93.01 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.