Memory Pool Memory Pool Refreshing

3,309 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,957 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,244 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,956 (8,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,279 899,279 00000000000000000000a9ccac2c9e7ea985404dff4118afd88b566152540eb7 1.49 MB 2,792 3
899,278 899,278 00000000000000000001a6d89d6d01c73ed97ecb9be68e7d165d22657a30fb95 1.04 MB 2,097 2
899,277 899,277 00000000000000000000d4ed24b87c9cac0eb796ae4691b3cd2d679325ddc758 1.38 MB 2,419 2
899,276 899,276 00000000000000000001e33b5b2182810559d4bd2ef7e667ceeb0e1a8e41a2cf 1.34 MB 3,132 3
899,275 899,275 000000000000000000009c6c104319e49004edb2e03bd7c35a722154ce94783c 0.50 MB 1,175 2
899,274 899,274 00000000000000000001571cb8e12e8fde8cc6d05dce1abdd7fd02b7350b1ab7 1.67 MB 2,077 2
899,273 899,273 0000000000000000000132041336748747a441b791dd8293f683725d691e7106 1.54 MB 1,794 1
899,272 899,272 0000000000000000000084944744e29182b5f3947f054af33e409b59ed5ebe50 1.27 MB 1,398 2
899,271 899,271 00000000000000000001950cf70a34b3f5dcb4db2edc2f851bd496cbe0801f49 1.36 MB 1,819 2
899,270 899,270 000000000000000000016a221cd47cb6fe8ed53f87720119fc682457ea00689e 1.36 MB 1,295 11
899,269 899,269 00000000000000000000e3459d6cabfd5059bc1ee247df88e8b7b7c4e19ab960 1.63 MB 2,402 3
899,268 899,268 00000000000000000002045079bdc59868d437258aab27dc0f2004ded8cc1498 1.69 MB 2,495 3
899,267 899,267 000000000000000000021f3a2fa4f7b03bb0f2d08b2db2e9b8e77162cf2b8e7e 1.51 MB 2,832 2
899,266 899,266 00000000000000000000360041f7e473b3d32499c484df8aa549dd883411c1f8 1.72 MB 3,553 3
899,265 899,265 00000000000000000001b4446441a317d559c3ab5d3e8f69699b71011834522b 1.53 MB 3,886 33
899,264 899,264 00000000000000000001f68ca5731f661cc9c6312007e566a90f8c0a5074154b 1.55 MB 4,216 5
899,263 899,263 000000000000000000014c935c54e4ed0dbfe25cdf759b8c92dc62c3b4597d84 0.74 MB 1,519 2
899,262 899,262 00000000000000000000837929ae8d28a0e474f97a12b8447b3d20c9f4ceaf0d 1.59 MB 2,477 2
899,261 899,261 0000000000000000000116d85af76fa6db52dbe894352f2545adca6a250d3e28 0.53 MB 904 1
899,260 899,260 00000000000000000001ce7f442570d8684a72c7791ce9438dfefee093724748 0.92 MB 1,861 2
899,259 899,259 00000000000000000000569d934acfc2d20aeb9c31c751b4e1a4f5a0589fc0a9 0.96 MB 1,829 2
Previous 10 blocks ↓
Total Size: 769.46 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.22 GB sent, 95.27 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.