Memory Pool Memory Pool Refreshing

7,823 transactions
3.74 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,802 (553,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
354,189 354,189 00000000000000000e5112c498aceab4baa1d3eb2f6416c2b5be736e656d98ed 0.34 MB 731 26
354,188 354,188 000000000000000016a7ec58fbff665740e12c407255eee77556f3ae55dc5997 0.13 MB 268 29
354,187 354,187 000000000000000010b847b31898669e50f07a097b878ebf4465588ca19874da 0.74 MB 1,405 27
354,186 354,186 000000000000000013d0ca670fac84ba45700e451fae44659348a927d4312888 0.10 MB 147 21
354,185 354,185 0000000000000000015389fce72eb927dfea75e8555c09248c7add446fca8375 0.01 MB 17 11
354,184 354,184 0000000000000000093260462086047f0a4b6e189e74d012ebcedef018c8c3e0 0.25 MB 437 28
354,183 354,183 000000000000000002fffeed10c11dfe45e7294f828afd4c8bb0e9304bf03945 0.27 MB 459 25
354,182 354,182 0000000000000000146c128e8c755c7d2ad2985e67250e2f9f8f738e0d13fa5c 0.05 MB 85 22
354,181 354,181 000000000000000014d9e96ad90f60c4a2675c8afe734e4ce791d361746fa976 0.40 MB 910 32
354,180 354,180 00000000000000001575a1c0657d9fcbdf2624583a2449897ba13473f84ecd0d 0.33 MB 568 24
354,179 354,179 00000000000000000e7b732bfe351fec43ba596b259c4df149874388dd254d9c 0.46 MB 1,044 22
354,178 354,178 000000000000000010c9a4f0a0a3fc967f70e834748dc2fd482205138468f93d 0.75 MB 1,550 35
354,177 354,177 0000000000000000060e2ca209f1b2e259fe64254f3b430ed2e07575f79e83b0 0.42 MB 768 32
354,176 354,176 0000000000000000094833f3bca10d9685b3fd6d602041dc892afa0003cc74fd 0.49 MB 918 33
354,175 354,175 00000000000000001599837a150a2167786dfe9379d0c6278477de73683e7a10 0.69 MB 1,045 22
354,174 354,174 0000000000000000168cdd27a371cce5c27ff28f82847fe0c94ab6737ffbfc43 0.00 MB 1 0
354,173 354,173 00000000000000000d738b104eec646bef5755a16cc189a2781417bc3985fd01 0.75 MB 1,185 22
354,172 354,172 0000000000000000127e764a1a8a5620d047c4dc5f416326ce1b8b2c27a87cb0 0.75 MB 1,592 34
354,171 354,171 00000000000000000cc90e0f848d29d9e1322368b262a2029f0c22602f357067 0.75 MB 1,829 34
354,170 354,170 0000000000000000021b2d98947f1bd25862b7b876e119368292482959504e4c 0.12 MB 215 24
354,169 354,169 000000000000000007e8f6c4b561cb48b6522ec8b40db290792443d628dc9b97 0.63 MB 1,253 27
Previous 10 blocks ↓
Total Size: 769.17 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,633.25 GB sent, 93.77 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.