Memory Pool Memory Pool Refreshing

1,459 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,757 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 1,459 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,756 (447,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
460,665 460,665 0000000000000000018bd2ba855f2bdc332c1e1d378295255e776e99239d2ef3 1.00 MB 2,373 171
460,664 460,664 000000000000000000995a8875d47146b2a9fd35c1144dc5f87a09f2cd89579f 1.00 MB 2,288 233
460,663 460,663 00000000000000000126e7a51babe34356438d9b796fc0bf431162442e64799a 1.00 MB 2,983 128
460,662 460,662 0000000000000000010404864cfc3fb82187c629953187af7841c8f1f0bd8fd9 1.00 MB 1,833 141
460,661 460,661 00000000000000000111c17a131a1761ab5f4de0afc582e10fe9121046e89ced 1.00 MB 2,381 174
460,660 460,660 00000000000000000116e8faf09c97f0f93694989bed64f151810226869a539a 0.99 MB 2,365 174
460,659 460,659 0000000000000000013dc3c1ec15255c8e53dd185a4a6c63335cd8208100bd2e 1.00 MB 2,387 123
460,658 460,658 0000000000000000002ecac41cd8cdbf75c33d7ce85429ffd9465243cde3c2f6 1.00 MB 2,452 183
460,657 460,657 00000000000000000154d076801954d1b0320fca74fd50bc4203bba11ff92a61 1.00 MB 2,200 174
460,656 460,656 0000000000000000005c9744550525acc23ff2cf72ac19a797edc0c25d3df742 1.00 MB 2,266 141
460,655 460,655 000000000000000002076a8370c484c44d192e225d2d3bda3fa64093e04b1bf2 0.99 MB 1,531 140
460,654 460,654 000000000000000000e6a6a4cd9641beb12a027be5119a5b34efc44270e598b4 1.00 MB 2,303 212
460,653 460,653 000000000000000000a9fea692bf9fe14a5fcc919bfcb85b40d89a84b14119da 1.00 MB 2,094 175
460,652 460,652 000000000000000001af062b06fef0eabe88083b970781f65aafe90647c66882 1.00 MB 2,202 153
460,651 460,651 000000000000000001732d333279f9d352bba3ba4eef765e51117ed904c3bba2 1.00 MB 1,902 203
460,650 460,650 00000000000000000187aa62f284731ad23ff6b764c31bb8d6329f15c173efdb 1.00 MB 1,403 175
460,649 460,649 000000000000000001b27d275c3c04f5fdc9d2fbd01799f900de41f1677aff6c 1.00 MB 2,123 200
460,648 460,648 00000000000000000223d1016946fd6aa6b52f520accd5e0352653cfac1c3b61 0.00 MB 1 0
460,647 460,647 00000000000000000162d122ee796ecfbb5641c33a6e56835c99cccce33e16be 1.00 MB 1,454 207
460,646 460,646 0000000000000000022f88216ea3b432608dd0ff9f40aeefb7739f6fd8569691 1.00 MB 1,308 396
460,645 460,645 00000000000000000079ae1ba96ae30e3d7cf436dbaf76d4724cd396d16e12a2 1.00 MB 2,839 124
Previous 10 blocks ↓
Total Size: 769.09 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,628.31 GB sent, 93.34 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.