Memory Pool Memory Pool Refreshing

144 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,961 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 137 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,960 (581,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
326,424 326,424 00000000000000001384ed80f3068e17a0f0fb9ac89eba0a19050a3de93abad8 0.04 MB 77 27
326,423 326,423 0000000000000000072007a5d104d411d3607b90664177250a65f31cd011ecf3 0.06 MB 113 24
326,422 326,422 0000000000000000012c502eb3b513095a3f721161779774f63dc52c1d3ca38d 0.03 MB 83 35
326,421 326,421 0000000000000000125fe1c459ff85028cf33778cc5f78c390118f53ea862df9 0.17 MB 276 26
326,420 326,420 000000000000000018cd4e4245ed9d1add51b551f415bd65fab3676949c97e0a 0.07 MB 181 31
326,419 326,419 00000000000000001d330b2f3f0ad33d79ead778cd0e0a3e47e74b58539e4a62 0.09 MB 194 30
326,418 326,418 000000000000000012ce9a62a2fd67fcb1ac817a7ebca32c2d1af6740472ba1a 0.07 MB 178 31
326,417 326,417 00000000000000001e54445e5e5c2773996822a48a3afadef572bd1590ea9222 0.01 MB 24 34
326,416 326,416 0000000000000000112e69752950123d9d457df825f9e3d50247b837ed0e0fb6 0.31 MB 580 28
326,415 326,415 00000000000000000426211fb1198a109a0ef9923b1d0b861787a3ff1ebd8b24 0.19 MB 360 27
326,414 326,414 00000000000000000e469dd429fad248d7ed66c8141906438d9c4662142bff23 0.26 MB 536 28
326,413 326,413 00000000000000000a72641988978428725b8b925dcf483cdb3bee06701a50f8 0.14 MB 203 22
326,412 326,412 0000000000000000010542ab43e4e2ed4bc795050611610588c96060a292426a 0.25 MB 514 27
326,411 326,411 0000000000000000112cb38b582b8849f4b1bb06eddbae158ef6baaa3593f8c1 0.45 MB 726 26
326,410 326,410 00000000000000001f4e886bbdfd8d007fcfecfa15ff08277c92d4bac99de307 0.72 MB 1,200 28
326,409 326,409 0000000000000000092ec9d30b0b767104c3dd2338906414cb7d7e6f1e6e6671 0.51 MB 1,052 27
326,408 326,408 000000000000000002097f641e15f1d8274aeb1e1757481b19083583682e2053 0.35 MB 637 26
326,407 326,407 00000000000000000ef80aaa207b99dc12f95a51c87bef578d490002f4247e2a 0.05 MB 79 28
326,406 326,406 000000000000000001274327c967935c74de1e01129e4202f1e86db68a675516 0.05 MB 121 90
326,405 326,405 00000000000000001e64b015f71743e28f749e145ce6fee039a167c87a0f5bba 0.02 MB 74 32
326,404 326,404 00000000000000000e40fd860169e954eb642132a8eedce6d827fa7d75f85e70 0.03 MB 85 32
Previous 10 blocks ↓
Total Size: 769.47 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,646.27 GB sent, 95.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.