Memory Pool Memory Pool Refreshing

3,251 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,751 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,124 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (447,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
460,644 460,644 00000000000000000098238d8c8224c8e3327dd1434b175e8a59ff5149d562eb 1.00 MB 2,152 128
460,643 460,643 000000000000000000e60dd2caf0fa25c1633cb2c914470ae2f64ecf66562d8b 1.00 MB 2,096 174
460,642 460,642 000000000000000000333cdb9aeec3f89b39e8b4d660017175ca5557f548faca 1.00 MB 1,607 132
460,641 460,641 0000000000000000004b19fba04d87582171343523b93f3ae8d81f84e2306dc7 1.00 MB 2,439 254
460,640 460,640 00000000000000000112f0d4bf370ce42cf2821d8de35add65ba91de2d7e442c 1.00 MB 1,806 151
460,639 460,639 0000000000000000001554ec2d148d77e44505c11cd66325f6bd49e22265faeb 1.00 MB 2,465 172
460,638 460,638 000000000000000000872d1542c131e965239434cb0fd5900c0ce14dfd33589b 1.00 MB 1,409 156
460,637 460,637 000000000000000000d2241ed0cb77281a0f04878613edfa9e9a9e63cf5d7b53 1.00 MB 2,119 169
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, 113 incoming
  • Data Transfer: 1,628.19 GB sent, 93.28 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.