Memory Pool Memory Pool Refreshing

1,109 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,100 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (300,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
607,481 607,481 0000000000000000000ab200ea0dcc80e0fed1b93ad1346e1a2b88f95a39d6df 0.27 MB 645 18
607,480 607,480 00000000000000000009c4a9bcd1052cff6f70559a4abbd7fa4e5e89b2e31c13 0.65 MB 1,606 15
607,479 607,479 0000000000000000001588b9d161c6ad3f2342bb47243ddfa66415bdbf1edbcc 0.43 MB 1,285 7
607,478 607,478 000000000000000000063fc6370ca2f818b920d9119b06bc4cb3036928545432 1.23 MB 2,721 22
607,477 607,477 0000000000000000001332a5adb30df2ceb20bc37297317c1be869fe74c9b868 0.07 MB 191 14
607,476 607,476 0000000000000000001369d258ef021320c1e361b9dceb58232590527bdd3580 0.51 MB 1,156 18
607,475 607,475 0000000000000000000cd9717be5e2d4a1190912f74e68c9672ea9d237bbd4c2 0.08 MB 174 12
607,474 607,474 00000000000000000011bbccbd3344bfb360d37d28aa7d3f02780c02ca84f70d 0.30 MB 780 20
607,473 607,473 00000000000000000001646bfa1dc72b2c0f69fa66e527b03344d7ad6ba45467 0.68 MB 1,522 19
607,472 607,472 0000000000000000000b4870af90a02d86105c268c09ca9fc489629a03b338b9 0.05 MB 140 16
607,471 607,471 0000000000000000001478bc8ca0188e833ac0325f842eeb87dc86dc619dbb77 0.69 MB 1,187 21
607,470 607,470 0000000000000000000bdc15c97e9feea67432b6d74e866cc244bd11dc45ea5f 1.22 MB 2,920 18
607,469 607,469 00000000000000000001c5c2a0defaadf60c039d4e0488091a50d427e6b462ea 1.14 MB 2,169 7
607,468 607,468 0000000000000000000cb45859164119415994de15941b705a2fc9c203e4642a 1.42 MB 2,340 30
607,467 607,467 000000000000000000104ae0514253491e35031c169f883f6480d68857ddc119 0.87 MB 1,683 3
607,466 607,466 0000000000000000000e7ed8ae004f7939252cdbec9df806806dcd882381555e 1.29 MB 2,887 22
607,465 607,465 0000000000000000000f587a733314cf167dc118625d3d9cd6052dd7168c127e 0.30 MB 723 20
607,464 607,464 00000000000000000012b7c2ab95dcce0ac72aebbb86fd624523f1820b3714a1 1.14 MB 2,969 17
607,463 607,463 0000000000000000001220a45fcd0047a671e71c5b47e65dd03dc1f2d5e587a7 0.28 MB 496 15
607,462 607,462 0000000000000000000d7609eb5df95c44f9a25d19fd3a8bf06d862a7976508d 0.61 MB 1,479 24
607,461 607,461 00000000000000000001d122dd7420bc19f6498f4f377a0e68444edfc6acc6d3 1.20 MB 2,962 17
Previous 10 blocks ↓
Total Size: 769.08 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.25 GB sent, 93.30 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.