Memory Pool Memory Pool Refreshing

7,784 transactions
3.59 vMB
Show Random Selection Loading Transactions
Max Size: 19/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 2,976 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (657,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
250,426 250,426 0000000000000069d92cc05b6ddcd360b910336bfca1d6c312e7b9a96908c248 0.26 MB 512 53
250,425 250,425 0000000000000023d37bf878d0d92fd6e74442d6169debc33e1eb727d9cb36c2 0.30 MB 782 113
250,424 250,424 000000000000006bd0da2ced3369a55de448b4c3a7b7b3bef57063b49e44dc49 0.11 MB 265 123
250,423 250,423 0000000000000006d8bf71595e013ae90c7de804634a775d8bf5784bd93db4d8 0.03 MB 67 135
250,422 250,422 000000000000006ce410c9c0eab0df491fc3655a5848c483427f41ce6500615c 0.08 MB 176 117
250,421 250,421 00000000000000263559ccff2800b3506e537f849e877280be573e6c8cdbe954 0.06 MB 131 54
250,420 250,420 0000000000000042da9c6bcec57cf78ca998787eec30bdcd3a5f6c4365ceda9f 0.22 MB 505 109
250,419 250,419 00000000000000414012b43f96b4c643319681618709d93ee2c345a386bda0cb 0.30 MB 689 96
250,418 250,418 000000000000006c2fa4409fb2fef86d63f2dcd355800395e57c0637a4e17c39 0.15 MB 290 137
250,417 250,417 000000000000003c092e0f809e9fe1904603be2cc319c5d7079a051f2acfef2d 0.18 MB 256 11
250,416 250,416 00000000000000119241905f7d97156b32bf82c093c17bfe091c37ee478ed8fd 0.14 MB 240 93
250,415 250,415 000000000000003df40c99c89fd3ea7fb91816a2e6636ba7b50db1580f5fd6d8 0.14 MB 142 65
250,414 250,414 00000000000000666c575f54b147865670fdf7639904bbf4ee3887b5d1fc85cd 0.31 MB 637 117
250,413 250,413 0000000000000015e1d460c3733e2432bf21f1d75f908ed29b85892963e5d1d7 0.04 MB 70 75
250,412 250,412 000000000000002b993875ecd9b83a9dfe710154d1d7efbd71a6f11720121429 0.17 MB 429 116
250,411 250,411 00000000000000280b708b5df666212e7144ad1d5c8fbf8a18e84db11b101aa6 0.06 MB 95 33
250,410 250,410 000000000000002b89a1686f1c9f36af7ee1b7663a8e828654eb246a15335f78 0.25 MB 530 113
250,409 250,409 0000000000000025784711e9dfa95d14d7ce8dfd976a348f361b8644d027ab9c 0.21 MB 451 156
250,408 250,408 0000000000000071514801e13fcb088fa4fc2cfea987683797fd2db9f4799e37 0.05 MB 86 50
250,407 250,407 000000000000004979d0e32a48a8309df1dfc7f18e9a46449eff3c1afa7fa071 0.11 MB 195 35
250,406 250,406 00000000000000387c486e6e53a58d4d63fa5272234c15ffad1e1d9bb49526ea 0.20 MB 512 145
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, 114 incoming
  • Data Transfer: 1,624.88 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.